Update config-plasma.nix

This commit is contained in:
Aaron Honeycutt 2022-05-11 14:51:08 +00:00
parent 17437f09c1
commit 25a09802fc

View file

@ -25,6 +25,7 @@
# Name your host machine
networking.hostName = "NixOS";
networking.networkmanager.enable = true;
# Set your time zone.
time.timeZone = "America/Denver";
@ -84,7 +85,6 @@
services.xserver.displayManager.sddm.enable = true;
services.xserver.desktopManager.plasma5.enable = true;
# Enable Pipewire
security.rtkit.enable = true;
services.pipewire = {
@ -94,6 +94,9 @@
pulse.enable = true;
};
# Enable Bluetooth
hardware.bluetooth.enable = true;
# Enable CUPS
services.printing.enable = true;