From a865fa5b35aafe74754f35dcace2f13558e985b5 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 9 May 2022 23:32:44 +0000 Subject: [PATCH] Update config-plasma.nix --- config-plasma.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/config-plasma.nix b/config-plasma.nix index 0e595ee..a982e0e 100644 --- a/config-plasma.nix +++ b/config-plasma.nix @@ -24,9 +24,7 @@ hardware.opengl.driSupport32Bit = true; # Name your host machine - networking.hostName = "NixOS-VM"; - - networking.networkmanager.enable = true; + networking.hostName = "NixOS"; # Set your time zone. time.timeZone = "America/Denver"; @@ -62,10 +60,6 @@ fish flatpak git - libsForQt5.plasma-nm - libsForQt5.plasma-pa - libsForQt5.discover - libsForQt5.sddm thunderbird tilix ]; @@ -73,11 +67,6 @@ # Enable the OpenSSH daemon services.openssh.enable = true; - # Plasma - services.xserver.enable = true; - services.xserver.displayManager.sddm.enable = true; - services.xserver.desktopManager.plasma5.enable = true; - # Enable Pipewire security.rtkit.enable = true; services.pipewire = {