enable plasma6 on nixcloud

This commit is contained in:
k3t
2026-08-02 03:25:39 -06:00
parent 49d3f8bb5b
commit 6a41a274cf
+6 -3
View File
@@ -51,9 +51,12 @@
# List packages installed in system profile. # List packages installed in system profile.
# You can use https://search.nixos.org/ to find more packages (and options). # You can use https://search.nixos.org/ to find more packages (and options).
#environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# wget waypipe
#]; ];
# desktop in the sky
services.desktopManager.plasma6.enable = true;
# Open ports in the firewall. # Open ports in the firewall.