dotfiles update
This commit is contained in:
parent
5b2093af40
commit
2212cabc01
2 changed files with 3 additions and 1 deletions
|
@ -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]]
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue