Added bluetooth support

This commit is contained in:
2024-03-14 22:46:49 +01:00
parent 37d76d2fae
commit 9d934145f1
6 changed files with 29 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
./hyprlock.nix
./fixes.nix
./hypridle.nix
./dunst.nix
];
home.packages = with pkgs; [
@@ -30,6 +31,7 @@
exec-once = [
"waybar"
"hyprpaper"
"lxqt-policykit-agent"
];
"$mod" = "SUPER";

View File

@@ -0,0 +1,7 @@
{ ... }:
{
services.dunst = {
enable = true;
};
}

View File

@@ -10,5 +10,6 @@
webcord
unstable.localsend
bitwarden
pavucontrol
];
}