From 26dd014860c0edd89a859d2d8c6dff10275acbad Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 16 Dec 2024 23:28:56 -0600 Subject: system changes --- macos.local/.flake/home/core.nix.org | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'macos.local/.flake/home/core.nix.org') diff --git a/macos.local/.flake/home/core.nix.org b/macos.local/.flake/home/core.nix.org index cec1e4f..4f0c7a9 100644 --- a/macos.local/.flake/home/core.nix.org +++ b/macos.local/.flake/home/core.nix.org @@ -9,18 +9,30 @@ Set up home manager for my user account and import submodules. ./clang-format.nix ./fonts.nix ./programs/core.nix + ./scripts/core.nix ]; + home.stateVersion = "24.05"; + programs.home-manager.enable = true; +#+end_src + +Set username and paths. +#+begin_src nix home.username = "jjanzen"; home.homeDirectory = "/Users/jjanzen"; +#+end_src + +Import a wallpaper to the path =~/.wallpaper=. +#+begin_src nix home.file.".wallpaper".source = ./.wallpaper; +#+end_src + +Add Homebrew to the path along with standard =bin= directories. +#+begin_src nix home.sessionPath = [ "/opt/homebrew/bin" "$HOME/.local/bin" "/usr/local/bin" ]; - - home.stateVersion = "24.05"; - programs.home-manager.enable = true; } #+end_src -- cgit v1.2.3