Merge branch 'main' of forge.room409.xyz:miloignis/nix_config

This commit is contained in:
Nathan Braswell
2026-01-16 21:00:53 -05:00
4 changed files with 7 additions and 6 deletions

View File

@@ -48,7 +48,8 @@
};
}));
#background = ./GitS_other_alley_zoom.png;
background = ./GitS_alley_to_water_zoom.png;
#background = ./GitS_alley_to_water_zoom.png;
background = ./waneella/Destination_waneella.png;
homeManagerSharedModule = {
home-manager.useGlobalPkgs = true;
home-manager.users.nathan = ((import ./home-manager/home.nix) { username = "nathan"; homeDirectory = "/home/nathan"; backgroundImg = background; email = "miloignis@gmail.com"; });