[home] simpilfy import

This commit is contained in:
2024-06-28 09:09:54 +08:00
parent 5c21de5ca1
commit 08203b6e40
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
programs.home-manager.enable = true;
imports = [
(import ./modules/shell.nix)
(import ./modules/shell-develop.nix)
./modules/shell.nix
./modules/shell-develop.nix
];
nixpkgs.config.allowUnfreePredicate = _: true;