From 55aacc7fd1302d01c6fcb882e7f569fce601e37e Mon Sep 17 00:00:00 2001 From: itsscb Date: Sun, 5 May 2024 22:27:00 +0200 Subject: [PATCH] ft/adds blueman-applet --- hosts/default/home.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 8e3a94c..12556c7 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -36,6 +36,11 @@ enable = true; userName = "itsscb"; userEmail = "dev@itsscb.de"; + # extraConfig = { + # credential.helper = "${ + # pkgs.git.override { withLibsecret = true; } + # }/bin/git-credential-libsecret"; + # }; }; chromium = { @@ -108,6 +113,7 @@ wayland.windowManager.hyprland.settings = { "swww-daemon" "swww img /etc/nixos/dotfiles/hypr/rust.png" "nm-applet --indicator" + "blueman-applet" "waybar" "dunst" ];