Skip to content

Commit

Permalink
reverted sddm theme to breeze
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwclark committed Mar 9, 2024
1 parent 8b64b1e commit 32ddab3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions hosts/common/optional/displaymanager/sddm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
...
}:
let
sddmTheme = import ./sddm-theme.nix { inherit pkgs; };
sddmTheme = "breeze";
# sddmTheme = import ./sddm-theme.nix { inherit pkgs; };
in
{

Expand All @@ -21,9 +22,5 @@ in
};
};
};
environment.systemPackages = with pkgs; [
libsForQt5.qt5.qtquickcontrols2
# Is this qtgraphicaleffects functionaility in QT Quick for QT6?
libsForQt5.qt5.qtgraphicaleffects
];

}

0 comments on commit 32ddab3

Please sign in to comment.