nixos: reuse from programs.sway
This commit is contained in:
parent
4b41411ee9
commit
e62982f5cc
|
@ -22,6 +22,7 @@
|
|||
hardware.opengl.enable = true;
|
||||
# gtk config
|
||||
programs.dconf.enable = true;
|
||||
fonts.enableDefaultFonts = true;
|
||||
|
||||
# smartcard
|
||||
services.pcscd.enable = true;
|
||||
|
|
|
@ -16,5 +16,6 @@
|
|||
useDefaultShell = true;
|
||||
};
|
||||
|
||||
# wayland
|
||||
security.pam.services.swaylock = {};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue