Update plasma.nix

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

View file

@ -1,12 +1,17 @@
{ config, pkgs, ... }:
{
# Allow Unfree
nixpkgs.config.allowUnfree = true;
# Enable 32 Bit libraries for applications like Steam
hardware.opengl.driSupport32Bit = true;
# Plasma
services.xserver.enable = true;
services.xserver.displayManager.sddm.enable = true;
services.xserver.desktopManager.plasma5.enable = true;
# Install some packages
environment.systemPackages =
with pkgs;