Edit alpheratz config

This commit is contained in:
Ethan Simmons
2025-12-17 12:02:43 -06:00
parent 08117133ce
commit ffeaa645f6
3 changed files with 17 additions and 2 deletions

View File

@@ -35,7 +35,10 @@ in
# Remove when nixpkgs issue 143365 is fixed
security.pam.services.swaylock = mkIf (!cfg.sway.desktop) {};
xdg.portal.config.common = [ "wlr" "gtk" ];
xdg.portal.enable = true;
xdg.portal.config.common = {
default = [ "wlr" "gtk" ];
};
programs.thunar.enable = true;
hardware.opengl.enable = true;
@@ -50,6 +53,7 @@ in
fonts = {
packages = with pkgs; [
xdg-desktop-portal-wlr
liberation_ttf
noto-fonts
noto-fonts-cjk-sans