From 75129ca37657fed13d04bc647432274f7ccc139d Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 19 Dec 2025 15:57:40 +0100 Subject: configure labwc --- hosts/adam/configuration.nix | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'hosts/adam') diff --git a/hosts/adam/configuration.nix b/hosts/adam/configuration.nix index 1aeb0a1..99e2726 100644 --- a/hosts/adam/configuration.nix +++ b/hosts/adam/configuration.nix @@ -51,6 +51,20 @@ enable32Bit = true; }; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + settings = { + General = { + Experimental = true; + FastConnectable = true; + }; + Policy = { + AutoEnable = true; + }; + }; + }; + programs.dconf.enable = true; home-manager.users.${username} = { @@ -69,19 +83,19 @@ zoxide noto-fonts-cjk-sans - noto-fonts-color-emoji + noto-fonts-color-emoji ]; programs.zsh.shellAliases = { open = "xdg-open"; }; - + home.stateVersion = "25.11"; }; nx = { desktop = { - cinnamon.enable = true; + kde.enable = true; }; programs = { kitty.enable = true; -- cgit v1.3.1