my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

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

at main 10 lines 180 B view raw
1{ 2 imports = [ 3 # keep-sorted start 4 ./fonts.nix # font configuration 5 ./revision.nix 6 ./tools.nix 7 ./vars.nix # environment variables 8 # keep-sorted end 9 ]; 10}