move home.nix into manager folder

This commit is contained in:
2026-06-20 00:35:35 -05:00
parent f0bb432488
commit c2b6e299cf
8 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -159,7 +159,7 @@
automatic = true; automatic = true;
persistent = true; persistent = true;
dates = [ "daily" ]; dates = [ "daily" ];
options = "--delete-older-than 30d"; options = "--delete-older-than 7d";
}; };
}; };
+1 -1
View File
@@ -79,7 +79,7 @@
{ ... }: { ... }:
{ {
imports = [ imports = [
./home.nix ./home-manager/home.nix
nixvim.homeModules.nixvim nixvim.homeModules.nixvim
sops-nix.homeManagerModules.sops sops-nix.homeManagerModules.sops
]; ];
+5 -5
View File
@@ -9,11 +9,11 @@
# import longer service declarations # import longer service declarations
imports = [ imports = [
./home-manager-programs/alacritty.nix ./alacritty.nix
./home-manager-programs/firefox.nix ./firefox.nix
./home-manager-programs/fish.nix ./fish.nix
./home-manager-programs/git.nix ./git.nix
./home-manager-programs/nixvim.nix ./nixvim.nix
]; ];
home.username = "roy"; home.username = "roy";