diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-10-31 21:09:35 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-10-31 21:09:35 -0500 |
commit | 5b2093af4030a4cde28a2c21f85c1f0d1d12de2b (patch) | |
tree | ae4de0e1f6ed664e3c31c1aa7a44cd46ba5d45d6 /macos.local/.flake/home/core.nix.org | |
parent | ab6adef1c979d2e798190da70f4eae2e63f3a9ef (diff) |
uncurse my setup
Diffstat (limited to 'macos.local/.flake/home/core.nix.org')
-rw-r--r-- | macos.local/.flake/home/core.nix.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macos.local/.flake/home/core.nix.org b/macos.local/.flake/home/core.nix.org index 3a84ddb..c4f9722 100644 --- a/macos.local/.flake/home/core.nix.org +++ b/macos.local/.flake/home/core.nix.org @@ -16,6 +16,7 @@ Set up home manager for my user account and import submodules. home.file.".wallpaper".source = ./.wallpaper; home.sessionPath = [ "/opt/homebrew/bin" + "~/.local/bin" ]; home.stateVersion = "24.05"; |