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.enable = true;
|
||||||
|
hardware.bluetooth.hsphfpd.enable = true;
|
||||||
services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
|
services.ofono.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -8,5 +8,6 @@
|
||||||
mumble_git
|
mumble_git
|
||||||
multimc
|
multimc
|
||||||
(retroarch.override {cores = [libretro.snes9x]; })
|
(retroarch.override {cores = [libretro.snes9x]; })
|
||||||
|
godot
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,4 +6,4 @@
|
||||||
package = pkgs.pulseaudioFull;
|
package = pkgs.pulseaudioFull;
|
||||||
extraModules = [ pkgs.pulseaudio-modules-bt ];
|
extraModules = [ pkgs.pulseaudio-modules-bt ];
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue