A bunch of shit

This commit is contained in:
Bad 2021-12-27 22:57:16 +01:00
parent 54c81131b1
commit 675b652d04
4 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,7 @@
{ ... }:
{
hardware.bluetooth.enable = true;
hardware.bluetooth.hsphfpd.enable = true;
services.blueman.enable = true;
services.ofono.enable = true;
}

View file

@ -10,12 +10,14 @@ in
# Fix zsh autocompletion with home-manager
environment.pathsToLink = [ "/share/zsh" ];
services.logind.lidSwitch = "ignore";
environment = {
systemPackages = with pkgs; [
binutils
coreutils
psmisc
asciinema
curl
direnv
dnsutils

View file

@ -8,5 +8,6 @@
mumble_git
multimc
(retroarch.override {cores = [libretro.snes9x]; })
godot
];
}

View file

@ -6,4 +6,4 @@
package = pkgs.pulseaudioFull;
extraModules = [ pkgs.pulseaudio-modules-bt ];
};
}