This commit is contained in:
2026-01-15 21:29:24 +03:00
parent fb9ff953d2
commit f582e70b2b
2 changed files with 6 additions and 5 deletions
-3
View File
@@ -24,9 +24,6 @@
color-scheme = "prefer-light"; color-scheme = "prefer-light";
enable-hot-corners = false; enable-hot-corners = false;
}; };
"org/gnome/desktop/interface" = {
scaling-factor = 1.5;
};
}; };
}; };
home = { home = {
+6 -2
View File
@@ -7,7 +7,11 @@
}: }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default # inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
# ... maybe other stuff noctalia.nixosModules.default
]; ];
services.noctalia-shell = {
enable = true;
# target = "my-hyprland-session.target";
};
} }