Nixfiles! :3
0

Configure Feed

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

mhm


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

MLC Bloeiman (May 14, 2026, 10:12 PM +0200) 120c26fa 0ca57b76

+6 -3
+1 -1
home/cli.nix
··· 7 7 imports = [ 8 8 # Development 9 9 ./modules/development.nix 10 - ./modules/development/jujutsu.nix 10 + ./modules/development/vcs.nix 11 11 ./modules/development/neovim.nix 12 12 # Shell 13 13 ./modules/shell/kc.nix
+3
home/modules/development/jujutsu.nix home/modules/development/vcs.nix
··· 1 1 { pkgs, ... }: 2 2 3 3 { 4 + programs.radicle = { 5 + enable = true; 6 + }; 4 7 programs.git = { 5 8 enable = true; 6 9 settings = {
+2 -2
home/modules/niri.nix
··· 206 206 }; 207 207 # Dedicated to music listening 208 208 "3" = { 209 - name = ""; 209 + name = "🎶"; 210 210 }; 211 211 }; 212 212 ··· 256 256 { app-id = "org.strawberrymusicplayer.strawberry"; } 257 257 { app-id = "org.gnome.Music"; } 258 258 ]; 259 - open-on-workspace = ""; 259 + open-on-workspace = "🎶"; 260 260 } 261 261 { 262 262 matches = [