Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

unstable aerc, hare toolchain, haredoc fixes

+9 -5
+8 -4
noah-home.nix
··· 18 18 btop 19 19 htop 20 20 pavucontrol 21 - podman 22 21 logseq 23 22 element-desktop 24 23 rsync ··· 56 55 ghc 57 56 nil 58 57 python3 58 + unstable.harec 59 + unstable.hare 60 + unstable.haredo 61 + 59 62 60 63 # JetBrains 61 64 unstable.jetbrains-toolbox ··· 91 94 userName = "Noah Pederson"; 92 95 userEmail = "noah@packetlost.dev"; 93 96 }; 94 - programs.aerc.enable = true; 97 + programs.aerc = { 98 + enable = true; 99 + package = unstable.aerc; 100 + }; 95 101 programs.ssh.enable = true; 96 102 programs.ssh.extraConfig = '' 97 103 AddKeysToAgent yes ··· 214 220 recursive = true; 215 221 }; 216 222 217 - /* 218 223 xdg.configFile.aerc = { 219 224 source = ./aerc; 220 225 recursive = true; 221 226 }; 222 - */ 223 227 224 228 xdg.configFile.sway = { 225 229 source = ./sway;
+1 -1
nvim/lua/plugins.lua
··· 177 177 -- Hare Stuff 178 178 179 179 -- Haredoc 180 - {url = "https://git.sr.ht/~torresjrjr/vim-haredoc", ft = {"hare"}}, 180 + {url = "https://git.sr.ht/~torresjrjr/vim-haredoc", ft = {"hare"}, branch = "dev"}, 181 181 -- Hare.vim 182 182 {url = "https://git.sr.ht/~sircmpwn/hare.vim", ft = {"hare"}}, 183 183 -- TCL