Man-cache, bluetooth, pulsemixer

This commit is contained in:
FredzyW 2024-09-23 13:22:52 +02:00
parent 17e7c708da
commit 0bf5af8da2

View file

@ -21,6 +21,7 @@
nix.registry = (lib.mapAttrs (_: flake: {inherit flake;})) ((lib.filterAttrs (_: lib.isType "flake")) inputs); nix.registry = (lib.mapAttrs (_: flake: {inherit flake;})) ((lib.filterAttrs (_: lib.isType "flake")) inputs);
nix.nixPath = ["/etc/nix/path"]; nix.nixPath = ["/etc/nix/path"];
users.defaultUserShell = pkgs.bash; users.defaultUserShell = pkgs.bash;
documentation.man.generateCaches = false;
# environment.systemPackages = with pkgs; [ # environment.systemPackages = with pkgs; [
# ]; # ];
systemd.services.NetworkManager-wait-online.enable = lib.mkForce false; systemd.services.NetworkManager-wait-online.enable = lib.mkForce false;
@ -57,6 +58,11 @@
bluetooth = { bluetooth = {
enable = true; enable = true;
powerOnBoot = true; powerOnBoot = true;
settings = {
General = {
Disable="Headset";
};
};
}; };
}; };
@ -121,7 +127,10 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# wireguard-go # wireguard-go
pulsemixer
openssh
pinentry-curses pinentry-curses
spotify-qt
wireguard-tools wireguard-tools
(firefox.override { nativeMessagingHosts = [passff-host]; }) (firefox.override { nativeMessagingHosts = [passff-host]; })
( (