diff --git a/nixos/desktop.nix b/nixos/desktop.nix index f72780e..386b89b 100644 --- a/nixos/desktop.nix +++ b/nixos/desktop.nix @@ -22,6 +22,7 @@ hardware.opengl.enable = true; # gtk config programs.dconf.enable = true; + fonts.enableDefaultFonts = true; # smartcard services.pcscd.enable = true; diff --git a/nixos/genofire.nix b/nixos/genofire.nix index 597269a..188ba48 100644 --- a/nixos/genofire.nix +++ b/nixos/genofire.nix @@ -16,5 +16,6 @@ useDefaultShell = true; }; + # wayland security.pam.services.swaylock = {}; }