diff --git a/hosts/murk/configuration.nix b/hosts/murk/configuration.nix index 8723d8f..9cfe2f8 100644 --- a/hosts/murk/configuration.nix +++ b/hosts/murk/configuration.nix @@ -92,6 +92,28 @@ in { # _JAVA_OPTIONS = "-Dsun.java2d.uiScale=2"; # }; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + settings = { + General = { + # Shows battery charge of connected devices on supported + # Bluetooth adapters. Defaults to 'false'. + Experimental = true; + # When enabled other devices can connect faster to us, however + # the tradeoff is increased power consumption. Defaults to + # 'false'. + FastConnectable = true; + }; + Policy = { + # Enable all controllers when they are found. This includes + # adapters present on start as well as adapters that are plugged + # in later on. Defaults to 'true'. + AutoEnable = true; + }; + }; + }; + ## Monitors mods.monitors = { primary = { diff --git a/hosts/murk/home.nix b/hosts/murk/home.nix index 6276198..e60aa1a 100644 --- a/hosts/murk/home.nix +++ b/hosts/murk/home.nix @@ -8,7 +8,7 @@ }: let cfg = osConfig.mods; in { - imports = [inputs.impermanence.homeManagerModules.impermanence]; + # imports = [inputs.impermanence.homeManagerModules.impermanence]; # Modules mods.xdg.enable = true; @@ -16,6 +16,8 @@ in { # mods.hyprland.enable = true; mods.battery.enable = true; mods.terminal.zsh.enable = true; + mods.terminal.wezterm.enable = true; + mods.terminal.nushell.enable = true; mods.terminal.emulator.enable = true; mods.terminal.development.enable = true; mods.terminal.tools.enable = true; @@ -25,8 +27,8 @@ in { mods.desktop.productivity.enable = false; mods.zen.enable = true; mods.obsidian.enable = true; + mods.theme.slideshow.enable = true; mods.octo.enable = true; - mods.theme.slideshow = true; home.packages = with pkgs; [