this repo has no description
at main 269 B view raw
1{ ... }: 2 3{ 4 imports = [ 5 ./hyprland.nix 6 ./steam.nix 7 ./uwsm.nix 8 ]; 9 10 programs = { 11 adb.enable = true; 12 amnezia-vpn.enable = true; 13 nix-ld.enable = true; 14 ssh.startAgent = true; 15 bash.blesh.enable = true; 16 gamemode.enable = true; 17 }; 18}