A bunch of shit
This commit is contained in:
parent
54c81131b1
commit
675b652d04
4 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.hsphfpd.enable = true;
|
||||
services.blueman.enable = true;
|
||||
services.ofono.enable = true;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -8,5 +8,6 @@
|
|||
mumble_git
|
||||
multimc
|
||||
(retroarch.override {cores = [libretro.snes9x]; })
|
||||
godot
|
||||
];
|
||||
}
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
package = pkgs.pulseaudioFull;
|
||||
extraModules = [ pkgs.pulseaudio-modules-bt ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue