nix/hosts/morty/home.nix

6 lines
108 B
Nix

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