lifetracker/modules/apps/default.nix
2025-01-25 22:55:30 -08:00

24 lines
265 B
Nix

{
imports = [
./adb
./atuin
./coolercontrol
./direnv
./gamemode
./gamescope
./git
./hyprland
./lact
./lsd
./mangohud
./nh
./obs
./ssh
./steam
./sunshine
./syncthing
./vscode
./zsh
];
}