❄️ Nix configurations
0
fork

Configure Feed

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

otter files

+5 -3
+2
home/common/dev/default.nix
··· 11 11 direnv 12 12 age 13 13 sops 14 + kubectl 14 15 ]; 15 16 17 + programs.k9s.enable = true; 16 18 }
+1 -1
home/common/firefox.nix
··· 33 33 }; 34 34 35 35 profiles = { 36 - "alex" = { 36 + "default" = { 37 37 id = 0; 38 38 isDefault = true; 39 39
+2 -2
home/otter/default.nix
··· 8 8 ../common/gpg.nix 9 9 ../common/music.nix 10 10 #../common/sway.nix 11 - ../common/gnome.nix 12 - ../common/vscode.nix 11 + #../common/gnome.nix 12 + #../common/vscode.nix 13 13 ../common/firefox.nix 14 14 15 15 ../common/dev