me like nix
0

Configure Feed

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

add more stuff

+14
+14
home.nix
··· 48 48 show-pointer = true; 49 49 }; 50 50 }; 51 + "Mod+1".action = { 52 + set-column-width = "100%"; 53 + }; 54 + "Mod+2".action = { 55 + set-column-width = "50%"; 56 + }; 51 57 }; 52 58 outputs = { 53 59 "DP-1" = { ··· 56 62 }; 57 63 spawn-at-startup = [ 58 64 { command = [ "xwayland-satellite" ]; } 65 + { command = [ "swww-daemon" ]; } 59 66 { command = [ "mako" ]; } 60 67 { command = [ "waybar" ]; } 61 68 { command = [ "/usr/bin/lxqt-policykit-agent" ]; } ··· 112 119 nil # nix language server 113 120 atac # postman-like TUI 114 121 rsync # file sync utility 122 + udiskie # for mounting external drives 123 + darktable # photo editing 124 + zoxide 115 125 116 126 # --- FONTS ARE IMPORTANT --- 117 127 noto-fonts ··· 131 141 132 142 programs.zen-browser.enable = true; 133 143 # programs.swww.enable = true; 144 + programs.zoxide = { 145 + enable = true; 146 + enableFishIntegration = true; 147 + }; 134 148 135 149 # Program configurations 136 150 programs.git = {