imv config
This commit is contained in:
@ -44,7 +44,6 @@ in {
|
||||
wl-clipboard
|
||||
clipman # Clipboard manager (wl-paste)
|
||||
|
||||
imv # Image viewer
|
||||
moc # Audio player
|
||||
ncpamixer # ncurses pavucontrol
|
||||
slurp # Region selector for screensharing
|
||||
@ -55,6 +54,15 @@ in {
|
||||
libsForQt5.polkit-kde-agent
|
||||
];
|
||||
|
||||
programs = {
|
||||
imv = {
|
||||
enable = true;
|
||||
settings = {
|
||||
options.background = "ffffff";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
# Notification service
|
||||
dunst = {
|
||||
|
Reference in New Issue
Block a user