aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home/core.org
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/home/core.org')
-rw-r--r--nixos/.flake/home/core.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/.flake/home/core.org b/nixos/.flake/home/core.org
index af108cf..0d578a8 100644
--- a/nixos/.flake/home/core.org
+++ b/nixos/.flake/home/core.org
@@ -10,11 +10,13 @@ Set up home manager for my user account and import submodules.
./fonts.nix
./hyprland.nix
./programs/core.nix
+ ./scripts.nix
./services/core.nix
];
home.username = "jane";
home.homeDirectory = "/home/jane";
+ home.file.".wallpaper".source = ./.wallpaper;
home.stateVersion = "24.05";
programs.home-manager.enable = true;