smol improvements
This commit is contained in:
parent
46a5185472
commit
54ec4058f2
1 changed files with 9 additions and 8 deletions
|
@ -11,7 +11,7 @@
|
||||||
imv
|
imv
|
||||||
swayimg
|
swayimg
|
||||||
mpv
|
mpv
|
||||||
zathura
|
evince
|
||||||
brightnessctl
|
brightnessctl
|
||||||
pulsemixer
|
pulsemixer
|
||||||
cmus
|
cmus
|
||||||
|
@ -24,7 +24,6 @@
|
||||||
bashmount
|
bashmount
|
||||||
(xfce.thunar.override { thunarPlugins = with xfce; [ thunar-volman thunar-archive-plugin ]; })
|
(xfce.thunar.override { thunarPlugins = with xfce; [ thunar-volman thunar-archive-plugin ]; })
|
||||||
audacity
|
audacity
|
||||||
udiskie
|
|
||||||
];
|
];
|
||||||
|
|
||||||
#on the desktop, we need nice fonts ^^
|
#on the desktop, we need nice fonts ^^
|
||||||
|
@ -152,14 +151,16 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.gnome.gnome-keyring.enable = true;
|
services.gnome.gnome-keyring.enable = true;
|
||||||
|
security.pam.services.greetd.enableGnomeKeyring = true;
|
||||||
|
|
||||||
# required to autounlock gnome-keyring
|
services.greetd = {
|
||||||
services.xserver = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
displayManager.gdm = {
|
settings = {
|
||||||
enable = true;
|
default_session = {
|
||||||
wayland = true;
|
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --greeting \"$(${pkgs.fortune}/bin/fortune -s)\" --cmd ${pkgs.sway}/bin/sway";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.gnupg.agent.pinentryFlavor = "gnome3";
|
};
|
||||||
|
|
||||||
|
programs.gnupg.agent.pinentryFlavor = "curses";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue