diff --git a/hosts/murk/configuration.nix b/hosts/murk/configuration.nix index 9cfe2f8..8723d8f 100644 --- a/hosts/murk/configuration.nix +++ b/hosts/murk/configuration.nix @@ -92,28 +92,6 @@ 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 e60aa1a..6276198 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,8 +16,6 @@ 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; @@ -27,8 +25,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; [