diff options
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; |
