From b8a6ae76844aed20465b9ee59891d6e0b7e5e7f5 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 31 May 2022 13:34:30 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/configuration.nix b/configuration.nix index 355f9c9..f1b0fad 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,6 +7,7 @@ imports = [ ./hardware-configuration.nix + ./plasma.nix ]; boot.loader = { @@ -20,12 +21,6 @@ }; }; - # Allow Unfree - nixpkgs.config.allowUnfree = true; - - # Enable 32 Bit libraries for applications like Steam - hardware.opengl.driSupport32Bit = true; - # Name your host machine networking.hostName = "NixOS"; networking.networkmanager.enable = true; @@ -68,22 +63,12 @@ fish flatpak git - libsForQt5.bismuth - libsForQt5.kde-gtk-config - libsForQt5.plasma-nm - libsForQt5.plasma-pa - libsForQt5.sddm steam thunderbird ]; # 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;