This commit is contained in:
2026-01-15 21:45:24 +03:00
parent 852e98a0c4
commit bcc189648f
+14 -3
View File
@@ -9,8 +9,19 @@
# environment.systemPackages = with pkgs; [
# # inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
# ];
services.noctalia-shell = {
enable = true;
# target = "my-hyprland-session.target";
services = {
noctalia-shell = {
enable = true;
};
hypridle.enable = true;
};
programs = {
hyprland = {
enable = true;
xwayland.enable = true;
withUWSM = true;
};
iio-hyprland.enable = true;
hyprlock.enable = true;
};
}