This commit is contained in:
2026-01-15 21:15:36 +03:00
parent 1feced56b1
commit 6e2cfff174
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -1,12 +1,13 @@
{
config,
inputs,
lib,
pkgs,
...
}:
{
# environment.systemPackages = with pkgs; [
# inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
# # ... maybe other stuff
# ];
environment.systemPackages = with pkgs; [
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
# ... maybe other stuff
];
}