nichts/nyx/hosts/hermes/modules/usrEnv.nix

18 lines
269 B
Nix
Raw Normal View History

2024-04-09 23:11:33 +02:00
{
modules.usrEnv = {
desktop = "Hyprland";
useHomeManager = true;
programs = {
media.mpv.enable = true;
launchers = {
anyrun.enable = true;
tofi.enable = true;
};
screenlock.swaylock.enable = true;
};
};
}