Update Morty home configuration with new modules
This commit is contained in:
parent
6a3d2a6ef7
commit
53ed56f0e1
1 changed files with 13 additions and 1 deletions
|
@ -1,6 +1,18 @@
|
|||
{ ... }: {
|
||||
config.modules = {
|
||||
video.kdenlive.enable = true;
|
||||
application = {
|
||||
zathura.enable = true;
|
||||
};
|
||||
cli = {
|
||||
neovim.enable = true;
|
||||
vifm.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
video = {
|
||||
kdenlive.enable = true;
|
||||
mpv.enable = true;
|
||||
};
|
||||
web.firefox.enable = true;
|
||||
web.qutebrowser.enable = true;
|
||||
web.webcord.enable = true;
|
||||
gaming.lutris.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue