Moved assets into separate module

This commit is contained in:
2026-04-05 14:00:34 -04:00
parent fa0e950c34
commit 6d3b315eb7
5 changed files with 51 additions and 8 deletions

View File

@@ -38,6 +38,7 @@ in
{
imports = with self.modules.homeManager; [
inputs.nix-jmu-cs345.homeManagerModules.bernstdh
assets
direnv
fastfetch
firefox
@@ -68,6 +69,9 @@ in
stateVersion = "25.05";
};
profilePicture = "${inputs.assets}/profile-picture.jpg";
wallpaperDir = "${inputs.assets}/wallpapers";
programs.home-manager.enable = true;
programs.nix-jmu-cs345.enable = true;