smol improvements

This commit is contained in:
Grigory Shipunov 2023-06-28 00:56:41 +02:00
parent 46a5185472
commit 54ec4058f2
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -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";
} }