This commit is contained in:
2024-05-10 14:52:56 +02:00
parent e5cd70ffa5
commit f02953fe05
19 changed files with 632 additions and 13 deletions

View File

@@ -2,8 +2,7 @@
{
# Include the results of the hardware scan.
imports =
[ ./hardware-configuration.nix ./program-packages/steam/default.nix ];
imports = [ ./builds/steam/default.nix ];
# Use the systemd-boot EFI boot loader.
boot.loader = {
@@ -96,9 +95,8 @@
dbus
pulseaudioFull
pulseaudio-ctl
bluez
bluez-alsa
bluez-tools
libnotify
#gnome.nautilus
lxqt.lxqt-policykit # provides a default authentication client for policykit
@@ -106,10 +104,11 @@
hardware.pulseaudio.extraConfig = ''
load-module module-combine-sink
load-module module-bluetooth-policy
load-module module-bluetooth-discover
'';
services.gvfs.enable = true;
services.udisks2.enable = true;
# permissions for acpilight
services.udev = {
enable = true;
@@ -124,7 +123,6 @@
allowUnfree = true;
permittedInsecurePackages = [ "electron-25.9.0" ];
};
# Enable zsh for setting it as shell for users.
programs.zsh.enable = true;