nixos: reuse from programs.sway

This commit is contained in:
genofire 2021-10-10 14:06:53 +02:00
parent 4b41411ee9
commit e62982f5cc
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
hardware.opengl.enable = true;
# gtk config
programs.dconf.enable = true;
fonts.enableDefaultFonts = true;
# smartcard
services.pcscd.enable = true;

View File

@ -16,5 +16,6 @@
useDefaultShell = true;
};
# wayland
security.pam.services.swaylock = {};
}