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
+1 -1
View File
@@ -49,7 +49,7 @@
programs = {
dconf.enable = true;
gamemode.enable = true;
steam.enable = true;
# steam.enable = true;
xwayland.enable = true;
};
services = {
+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
];
}