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 = { programs = {
dconf.enable = true; dconf.enable = true;
gamemode.enable = true; gamemode.enable = true;
steam.enable = true; # steam.enable = true;
xwayland.enable = true; xwayland.enable = true;
}; };
services = { services = {
+5 -4
View File
@@ -1,12 +1,13 @@
{ {
config, config,
inputs,
lib, lib,
pkgs, pkgs,
... ...
}: }:
{ {
# 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 # ... maybe other stuff
# ]; ];
} }