This commit is contained in:
2022-10-18 20:04:39 +02:00
parent dffafa8973
commit 0a36b0acb5
5 changed files with 56 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ in {
description = "Ignore NixOS 'recommendations' and use the Wayland session by default";
};
};
sddm = {
/*sddm = {
backgroundImage = lib.mkOption {
default = "${pkgs.sddm-sugar-dark}/usr/share/sddm/themes/sugar-dark/Background.jpg";
description = "The background image to use with sddm-sugar-dark";
@@ -27,7 +27,7 @@ in {
default = 1080;
description = "Width of the screen";
};
};
};*/
};
config = lib.mkIf cfg.enable {

View File

@@ -83,7 +83,7 @@ in {
xdg.portal = {
enable = true;
#extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
gtkUsePortal = true;
#gtkUsePortal = true;
};
qt5 = {