mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update config-plasma.nix
This commit is contained in:
parent
371bff82f2
commit
a3c94f9e80
1 changed files with 5 additions and 2 deletions
|
@ -20,6 +20,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Allow Unfree
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# Enable 32 Bit libraries for applications like Steam
|
# Enable 32 Bit libraries for applications like Steam
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
|
@ -46,7 +49,7 @@
|
||||||
|
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
# Enable PackageKit for Discover
|
# Enable PackageKit
|
||||||
services.packagekit.enable = true;
|
services.packagekit.enable = true;
|
||||||
|
|
||||||
# Enable fwupd
|
# Enable fwupd
|
||||||
|
@ -71,7 +74,7 @@
|
||||||
fish
|
fish
|
||||||
flatpak
|
flatpak
|
||||||
git
|
git
|
||||||
libsForQt5.discover
|
nixos.steam
|
||||||
libsForQt5.plasma-nm
|
libsForQt5.plasma-nm
|
||||||
libsForQt5.plasma-pa
|
libsForQt5.plasma-pa
|
||||||
libsForQt5.sddm
|
libsForQt5.sddm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue