Moved assets into separate module
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user