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.enable = true;
hardware.bluetooth.hsphfpd.enable = true;
services.blueman.enable = true; services.blueman.enable = true;
services.ofono.enable = true;
} }

View file

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

View file

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

View file

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