try again
This commit is contained in:
parent
4b24905793
commit
910654232a
2 changed files with 56 additions and 0 deletions
|
@ -17,6 +17,15 @@ in {
|
|||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
(pkgs.where-is-my-sddm-theme.override ({ themeConfig = (import ./sddm.theme.nix { config = config; }).style; }))
|
||||
];
|
||||
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
theme = "where_is_my_sddm_theme";
|
||||
};
|
||||
|
||||
programs.niri = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue