added sunshine at startup
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user