Add feh to packages
This commit is contained in:
19
flake.nix
19
flake.nix
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user