Man-cache, bluetooth, pulsemixer
This commit is contained in:
parent
17e7c708da
commit
0bf5af8da2
1 changed files with 9 additions and 0 deletions
|
@ -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]; })
|
||||||
(
|
(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue