Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2022-05-31 13:34:30 +00:00
parent e8e084d1d9
commit b8a6ae7684

View file

@ -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,11 +63,6 @@
fish
flatpak
git
libsForQt5.bismuth
libsForQt5.kde-gtk-config
libsForQt5.plasma-nm
libsForQt5.plasma-pa
libsForQt5.sddm
steam
thunderbird
];
@ -80,11 +70,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 = {