try again

This commit is contained in:
twoneis 2024-09-07 02:12:43 +02:00
parent 4b24905793
commit 910654232a
2 changed files with 56 additions and 0 deletions

View file

@ -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;