diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-13 13:37:24 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-13 13:37:24 +0530 |
| commit | 8229f33e5f3e434797da22ebdd20aabc5d4203eb (patch) | |
| tree | c97df6dc22a98d3ad8774053b355721eb9cb9d38 /machines/x/configuration.nix | |
| parent | 4f1c996011231ccb77bafb8381874e3b5ff61368 (diff) | |
use plasma6
Diffstat (limited to '')
| -rw-r--r-- | machines/x/configuration.nix | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index f3e60e4..a5bad12 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -13,10 +13,8 @@ "core/audio.nix" "core/bluetooth.nix" "core/fonts.nix" - "polkit.nix" "compromyse.nix" "login.nix" - "wm_utils.nix" "virtualization.nix" ]); @@ -30,17 +28,15 @@ services.fstrim.enable = true; - services.tlp = { - enable = true; - settings = { - CPU_SCALING_GOVERNOR_ON_AC = "performance"; - CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; - }; - }; - networking.hostName = "x"; home-manager.users.compromyse = import ./home.nix; + services.xserver.desktopManager.plasma6.enable = true; + + environment.plasma5.excludePackages = with pkgs.kdePackages; [ + konsole + oxygen + ]; networking.extraHosts = '' |
