From 675b652d04475ccdd50f8ca96992965f4329ae19 Mon Sep 17 00:00:00 2001 From: Bad Date: Mon, 27 Dec 2021 22:57:16 +0100 Subject: [PATCH] A bunch of shit --- profiles/bluetooth/default.nix | 2 ++ profiles/core/default.nix | 2 ++ profiles/game/default.nix | 1 + profiles/pulse/default.nix | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/bluetooth/default.nix b/profiles/bluetooth/default.nix index b3a80f0..e2662d8 100644 --- a/profiles/bluetooth/default.nix +++ b/profiles/bluetooth/default.nix @@ -1,5 +1,7 @@ { ... }: { hardware.bluetooth.enable = true; + hardware.bluetooth.hsphfpd.enable = true; services.blueman.enable = true; + services.ofono.enable = true; } diff --git a/profiles/core/default.nix b/profiles/core/default.nix index cc83eda..89c5c0a 100644 --- a/profiles/core/default.nix +++ b/profiles/core/default.nix @@ -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 diff --git a/profiles/game/default.nix b/profiles/game/default.nix index 23cc75c..2ebf084 100644 --- a/profiles/game/default.nix +++ b/profiles/game/default.nix @@ -8,5 +8,6 @@ mumble_git multimc (retroarch.override {cores = [libretro.snes9x]; }) + godot ]; } diff --git a/profiles/pulse/default.nix b/profiles/pulse/default.nix index 6051118..48cba3c 100644 --- a/profiles/pulse/default.nix +++ b/profiles/pulse/default.nix @@ -6,4 +6,4 @@ package = pkgs.pulseaudioFull; extraModules = [ pkgs.pulseaudio-modules-bt ]; }; - +}