my system configurations ^-^
0
fork

Configure Feed

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

feat(programs): archivebox

willow d8571ddc 1f25059f

+2
+1
modules/home/programs/cli/default.nix
··· 31 31 catppuccin.packages."${pkgs.system}".whiskers 32 32 33 33 # Utils 34 + archivebox 34 35 brightnessctl 35 36 ddcutil 36 37 grim
+1
modules/nixos/nix/default.nix
··· 23 23 nixpkgs.config = { 24 24 permittedInsecurePackages = [ 25 25 "electron-27.3.11" 26 + "python3.12-django-3.1.14" 26 27 ]; 27 28 allowUnfree = true; 28 29 };