diff options
-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"; |