From 5f439e552055bd3765e18c191e5972d431e6eb54 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 2 Feb 2025 23:59:46 +0100 Subject: [PATCH] Disable plasma ( for now ). --- hosts/nixos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index 7e1a251..b8cee42 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -19,6 +19,8 @@ # Enable flakes nix.settings.experimental-features = ["nix-command" "flakes"]; + crony.plasma.enable = false; + # Setup gpu hardware.graphics = { enable = true;