My NixOS and Home Manager configurations
at main 24 lines 478 B view raw
1{ __findFile, ... }: 2{ 3 den.aspects.quasi.includes = [ 4 <styx/fish> 5 <styx/apps/coreutils> 6 ]; 7 styx.workstation.includes = [ 8 <styx/dev> 9 <styx/apps/gui> 10 <styx/apps/distrobox> 11 <styx/apps/ghostty> 12 <styx/apps/git> 13 <styx/apps/jujutsu> 14 <styx/apps/halloy> 15 <styx/apps/localsend> 16 <styx/apps/nh> 17 <styx/apps/nix-tools> 18 <styx/apps/radicle> 19 <styx/apps/topgrade> 20 <styx/apps/wezterm> 21 <styx/apps/zen> 22 <styx/apps/zsa> 23 ]; 24}