Bluetooth

This commit is contained in:
Henry Sipp
2025-07-01 20:39:42 +00:00
parent ff4735b5d7
commit e94c2519fc
4 changed files with 12 additions and 16 deletions
-1
View File
@@ -16,7 +16,6 @@
];
};
# Safe access with fallback
selected_wallpaper = builtins.elemAt (wallpapers.${cfg.theme}) 0;
selected_wallpaper_path = "~/Pictures/Wallpapers/${selected_wallpaper}";
in {
+1 -4
View File
@@ -1,7 +1,4 @@
{..., config}: let
cfg = config.omarchy;
in {
{...}: {
programs = {
_1password.enable = true;
_1password-gui.enable = true;
+3 -3
View File
@@ -2,12 +2,10 @@
config,
pkgs,
...
}:
let
}: let
cfg = config.omarchy;
packages = import ../packages.nix {inherit pkgs;};
in {
security.rtkit.enable = true;
services.pulseaudio.enable = false;
services.pipewire = {
@@ -28,6 +26,8 @@ in {
# Networking
services.resolved.enable = true;
hardware.bluetooth.enable = true;
services.blueman.enable = true;
networking = {
hostName = cfg.hostname;
networkmanager.enable = true;