[home] simpilfy import
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@
|
|||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
(import ./modules/shell.nix)
|
./modules/shell.nix
|
||||||
(import ./modules/shell-develop.nix)
|
./modules/shell-develop.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = _: true;
|
nixpkgs.config.allowUnfreePredicate = _: true;
|
||||||
|
|||||||
+5
-5
@@ -7,11 +7,11 @@
|
|||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
(import ./modules/shell.nix)
|
./modules/shell.nix
|
||||||
(import ./modules/desktop.nix)
|
./modules/desktop.nix
|
||||||
(import ./modules/shell-develop.nix)
|
./modules/shell-develop.nix
|
||||||
(import ./modules/vscode.nix)
|
./modules/vscode.nix
|
||||||
(import ./modules/gnome-dconf.nix)
|
./modules/gnome-dconf.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = _: true;
|
nixpkgs.config.allowUnfreePredicate = _: true;
|
||||||
|
|||||||
Reference in New Issue
Block a user