and a smaller one

This commit is contained in:
CherryKitten 2024-03-24 19:02:28 +01:00
parent 38287035e7
commit 9233d64ef3
Signed by: sammy
GPG key ID: 98D8F75FB0658276
5 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
}: {
imports = [
./hosts/${hostname}/configuration.nix
./modules/common.nix
./modules/nixos/common.nix
(import "${home-manager}/nixos")
];

View file

@ -16,7 +16,7 @@ in {
imports = [
./graphical.nix
./security.nix
./users
../users
./yubikey.nix
];