lifetracker/modules/apps/default.nix
2025-01-25 16:03:42 -08:00

22 lines
245 B
Nix

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