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 = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
./plasma.nix
]; ];
boot.loader = { 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 # Name your host machine
networking.hostName = "NixOS"; networking.hostName = "NixOS";
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
@ -68,22 +63,12 @@
fish fish
flatpak flatpak
git git
libsForQt5.bismuth
libsForQt5.kde-gtk-config
libsForQt5.plasma-nm
libsForQt5.plasma-pa
libsForQt5.sddm
steam steam
thunderbird thunderbird
]; ];
# Enable the OpenSSH daemon # Enable the OpenSSH daemon
services.openssh.enable = true; services.openssh.enable = true;
# Plasma
services.xserver.enable = true;
services.xserver.displayManager.sddm.enable = true;
services.xserver.desktopManager.plasma5.enable = true;
# Enable Pipewire # Enable Pipewire
security.rtkit.enable = true; security.rtkit.enable = true;