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.