Add feh to packages

This commit is contained in:
2024-06-04 21:12:27 -05:00
parent 929d40d01c
commit f515d78be6
3 changed files with 12 additions and 10 deletions

View File

@@ -85,18 +85,19 @@
pipewire.enable = true; pipewire.enable = true;
music.enable = true; music.enable = true;
gui = { };
enable = true;
protonmail = true;
matrix = true;
monitors = utils.mkMonitor { gui = {
monitor = "eDP-1"; enable = true;
resolution = "1920x1200"; protonmail = true;
refreshRate = 60; matrix = true;
};
monitors = utils.mkMonitor {
monitor = "eDP-1";
resolution = "1920x1200";
refreshRate = 60;
}; };
}; };
common.nil.enable = true; common.nil.enable = true;

View File

@@ -1 +1 @@
alpheratz ankaa

View File

@@ -85,6 +85,7 @@ in
wayland-pipewire-idle-inhibit wayland-pipewire-idle-inhibit
firefox firefox
mpv mpv
feh
] ]
++ [ cfg.terminal ] ++ [ cfg.terminal ]
++ optional cfg.matrix cinny-desktop ++ optional cfg.matrix cinny-desktop