gnome config and basic user config

This commit is contained in:
2026-07-03 15:35:29 -05:00
parent d0b8c154d5
commit 4b19c25083
4 changed files with 30 additions and 1 deletions
+6 -1
View File
@@ -25,7 +25,12 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.cybrneko = import ./home.nix;
home-manager.users.cybrneko = { pkgs, ... }: {
imports = [
./home.nix
./users/cybrneko.nix
];
};
}
];
};