move home.nix into manager folder
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@
|
||||
automatic = true;
|
||||
persistent = true;
|
||||
dates = [ "daily" ];
|
||||
options = "--delete-older-than 30d";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./home.nix
|
||||
./home-manager/home.nix
|
||||
nixvim.homeModules.nixvim
|
||||
sops-nix.homeManagerModules.sops
|
||||
];
|
||||
|
||||
@@ -9,11 +9,11 @@
|
||||
|
||||
# import longer service declarations
|
||||
imports = [
|
||||
./home-manager-programs/alacritty.nix
|
||||
./home-manager-programs/firefox.nix
|
||||
./home-manager-programs/fish.nix
|
||||
./home-manager-programs/git.nix
|
||||
./home-manager-programs/nixvim.nix
|
||||
./alacritty.nix
|
||||
./firefox.nix
|
||||
./fish.nix
|
||||
./git.nix
|
||||
./nixvim.nix
|
||||
];
|
||||
|
||||
home.username = "roy";
|
||||
Reference in New Issue
Block a user