summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-04-26 00:31:14 -0400
committerSkullheadx <admonty1@protonmail.com>2026-04-26 00:31:14 -0400
commitec6599c8e939f175c00ef70b57982182178e2618 (patch)
tree13e5acb5906b2f4efee07dfcec8e282a1a7db3e1 /flake.nix
parentadd special args (diff)
downloadnixos-ec6599c8e939f175c00ef70b57982182178e2618.tar.gz
nixos-ec6599c8e939f175c00ef70b57982182178e2618.tar.bz2
nixos-ec6599c8e939f175c00ef70b57982182178e2618.zip
modularize lockscreen
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 1507dce..7a7a576 100644
--- a/flake.nix
+++ b/flake.nix
@@ -21,6 +21,7 @@
modules = [
hjem.nixosModules.default
./configuration.nix
+ ./overlays.nix
];
};
};