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
+6 -2
View File
@@ -7,7 +7,11 @@
}:
{
environment.systemPackages = with pkgs; [
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
# ... maybe other stuff
# inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
noctalia.nixosModules.default
];
services.noctalia-shell = {
enable = true;
# target = "my-hyprland-session.target";
};
}