From 6a41a274cf85211574b98e37101f9c6cb3525b38 Mon Sep 17 00:00:00 2001 From: k3t Date: Sun, 2 Aug 2026 03:25:39 -0600 Subject: [PATCH] enable plasma6 on nixcloud --- hosts/nixcloud/configuration.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hosts/nixcloud/configuration.nix b/hosts/nixcloud/configuration.nix index 86f2635..9ee56a4 100644 --- a/hosts/nixcloud/configuration.nix +++ b/hosts/nixcloud/configuration.nix @@ -51,9 +51,12 @@ # List packages installed in system profile. # You can use https://search.nixos.org/ to find more packages (and options). - #environment.systemPackages = with pkgs; [ - # wget - #]; + environment.systemPackages = with pkgs; [ + waypipe + ]; + + # desktop in the sky + services.desktopManager.plasma6.enable = true; # Open ports in the firewall.