nix/hosts/luci/home-config.nix

19 lines
414 B
Nix

{ ... }: {
config.modules = {
application = {
zathura.enable = true;
mpv.enable = true;
};
cli.neovim.enable = true;
cli.vifm.enable = true;
video.kdenlive.enable = false;
web.firefox.enable = true;
web.qutebrowser.enable = true;
web.webcord.enable = true;
gaming.lutris.enable = false;
desktop.sway = {
enable = true;
kanshi = true;
};
};
}