me like nix
0

Configure Feed

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

add direnv

author
Sean Aye
date (Aug 1, 2025, 11:19 AM -0400) commit fac7ce60 parent 71096cd7 change-id wlnytvkm
+2 -2
+2 -2
home.nix
··· 73 73 spawn-at-startup = [ 74 74 { command = [ "xwayland-satellite" ]; } 75 75 { command = [ "swww-daemon" ]; } 76 - { command = [ "udiskie -anv" ]; } 77 76 { command = [ "mako" ]; } 78 77 { command = [ "waybar" ]; } 79 - { command = [ "/usr/bin/lxqt-policykit-agent" ]; } 80 78 { command = [ "wl-paste --watch cliphist store" ]; } 81 79 ]; 82 80 environment = { ··· 150 148 tray = "auto"; 151 149 automount = true; 152 150 }; 151 + 152 + programs.direnv.enable = true; 153 153 154 154 programs.zen-browser.enable = true; 155 155 # programs.swww.enable = true;