From 48463104abaa3340adf40b86a535e58d3a510e25 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Thu, 30 Oct 2025 19:51:27 +0100 Subject: [PATCH] [Tibo-NixDesk] Update --- nixos/hosts/Tibo-NixDesk/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/Tibo-NixDesk/default.nix b/nixos/hosts/Tibo-NixDesk/default.nix index 11b7a40..fe71d29 100644 --- a/nixos/hosts/Tibo-NixDesk/default.nix +++ b/nixos/hosts/Tibo-NixDesk/default.nix @@ -6,7 +6,7 @@ ]; sisyphus = { - desktop.sway.enable = true; + desktop.hyprland.enable = true; hardware = { nvidia = { @@ -35,6 +35,7 @@ }; services = { + tailscale.enable = true; pipewire.enable = true; printing.enable = true; openrgb.enable = true; @@ -56,6 +57,8 @@ efiSysMountPoint = "/boot/efi"; }; }; + + plymouth.enable = true; }; environment.systemPackages = with pkgs; [