temp fixed for xps

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-09-09 16:15:36 +02:00
parent 3cfcbc1e2a
commit cfb112429d
4 changed files with 13 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
./system-modules/users.nix
./system-modules/sound.nix
./system-modules/fonts.nix
./system-modules/boot.nix
./system-modules/boot.nix
./system-modules/gc.nix
./system-modules/dm.nix
./system-modules/networking.nix
@@ -57,8 +57,13 @@
services.libinput.enable = true;
hardware.uinput.enable = true;
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = true; #
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
package = pkgs.bluez5-experimental;
settings.Policy.AutoEnable = "true";
settings.General.Enable = "Source,Sink,Media,Socket";
};
services.blueman.enable = true;
# List packages installed in system profile. To search, run:
@@ -99,6 +104,8 @@
system.stateVersion = "24.05";
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
programs.bash.shellInit = ''