kinda fixed theme i think but not ideal
This commit is contained in:
parent
5ac6e0a4c3
commit
861b748c3a
1 changed files with 2 additions and 2 deletions
|
@ -18,13 +18,13 @@ in {
|
|||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
(pkgs.where-is-my-sddm-theme.override ({ themeConfig = (import ./sddm.theme.nix { config = config; }).style; }))
|
||||
(pkgs.where-is-my-sddm-theme.override ({ themeConfig = (import ./sddm.theme.nix { config = config; }).style; variants = [ "qt5" ]; }))
|
||||
];
|
||||
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
theme = "where_is_my_sddm_theme";
|
||||
theme = "where_is_my_sddm_theme_qt5";
|
||||
};
|
||||
|
||||
programs.niri = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue