Edit alpheratz config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user