added sunshine at startup

This commit is contained in:
kenji
2025-08-21 20:07:15 -05:00
parent 36399861f0
commit a39ffa9cc7
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
nixos = { nixos = {
Hostname = "hakase"; Hostname = "hakase";
Timezone = "America/Chicago"; Timezone = "America/Chicago";
enableSteamOS = false; enableSteamOS = true;
Boot = { Boot = {
mode = "systemd"; # systemd or grub mode = "systemd"; # systemd or grub
+1
View File
@@ -7,5 +7,6 @@
imports = [ imports = [
# ../../packages/quickshell/default.nix # ../../packages/quickshell/default.nix
../../packages/hyprland/default.nix ../../packages/hyprland/default.nix
../../packages/sunshine/default.nix
]; ];
} }