diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-11-07 10:48:01 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-11-07 10:48:01 -0600 |
commit | 2212cabc01b639c7d4de1d15b4d9fe74c4e3d5c4 (patch) | |
tree | 8735463a7378862c4feaa6b301a8f7a3e91a0120 | |
parent | 5b2093af4030a4cde28a2c21f85c1f0d1d12de2b (diff) |
dotfiles update
-rw-r--r-- | common/.config/emacs/feed.org.org | 1 | ||||
-rw-r--r-- | macos.local/.flake/home/core.nix.org | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/common/.config/emacs/feed.org.org b/common/.config/emacs/feed.org.org index 78fb89c..6c56476 100644 --- a/common/.config/emacs/feed.org.org +++ b/common/.config/emacs/feed.org.org @@ -15,6 +15,7 @@ ,*** [[https://www.citationneeded.news/rss/][Citation Needed]] ,*** [[https://www.lilysthings.org/blog/rss.xml][The Cool Blog]] ,** Software :software: + ,*** [[https://garyodernichts.blogspot.com/rss.xml][Gary's Hacking Stuff]] :hacking:hardware: ,*** [[https://eieio.games/feed.xml][eieio.games]] ,*** [[https://ersei.net/en/blog.atom][Ersei]] ,*** [[https://ntietz.com/atom.xml][Technically a Blog]] diff --git a/macos.local/.flake/home/core.nix.org b/macos.local/.flake/home/core.nix.org index c4f9722..cec1e4f 100644 --- a/macos.local/.flake/home/core.nix.org +++ b/macos.local/.flake/home/core.nix.org @@ -16,7 +16,8 @@ Set up home manager for my user account and import submodules. home.file.".wallpaper".source = ./.wallpaper; home.sessionPath = [ "/opt/homebrew/bin" - "~/.local/bin" + "$HOME/.local/bin" + "/usr/local/bin" ]; home.stateVersion = "24.05"; |