diff options
| author | schererleander <leander@schererleander.de> | 2025-12-19 15:57:40 +0100 |
|---|---|---|
| committer | Leander Scherer <leander@schererleander.de> | 2026-01-08 19:08:12 +0100 |
| commit | 75129ca37657fed13d04bc647432274f7ccc139d (patch) | |
| tree | ef52f7881295bcdaedb030544880ce662fa46c13 /hosts/adam/configuration.nix | |
| parent | 7802a0e2db45cf8326458dcce76913d9c06d9fa4 (diff) | |
configure labwc
Diffstat (limited to 'hosts/adam/configuration.nix')
| -rw-r--r-- | hosts/adam/configuration.nix | 20 |
1 files changed, 17 insertions, 3 deletions
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; |
