my system configurations ^-^
0
fork

Configure Feed

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

refactor: move dev folder

willow 13c517a5 12c674a0

+2 -2
+1 -1
modules/home/programs/cli/starship.nix
··· 62 62 "󰋞 /media/pictures" = " "; 63 63 "󰋞 /media/videos" = " "; 64 64 "󰋞 /media/3dp" = " "; 65 - "󰋞 /dev" = "󱌢 "; 65 + "󰋞 /git" = "󱌢 "; 66 66 "󰋞 /.config" = " "; 67 67 }; 68 68 };
+1 -1
modules/nixos/services/restic.nix
··· 37 37 passwordFile = "${config.age.secrets.restic.path}"; 38 38 paths = [ 39 39 "/home/willow/docs" 40 - "/home/willow/dev" 40 + "/home/willow/git" 41 41 "/home/willow/media" 42 42 ]; 43 43 repository = "/mnt/share/restic";