nix/hosts/morty/home-config.nix

7 lines
141 B
Nix

{ ... }: {
config.modules = {
video.kdenlive.enable = true;
web.qutebrowser.enable = true;
gaming.lutris.enable = true;
};
}