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

19 lines
309 B
Nix
Raw Normal View History

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