My NixOS dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

✨ Bluetooth support

Simon R. - fantomitechno (Jan 25, 2026, 10:47 PM +0100) e9215ca6 ecf87fea

+4
+1
home/niri/config/config.kdl
··· 85 85 86 86 spawn-at-startup "waybar" 87 87 spawn-sh-at-startup "nm-applet --indicator" 88 + spawn-sh-at-startup "blueman-applet" 88 89 spawn-sh-at-startup "waypaper --random" 89 90 spawn-sh-at-startup "swayidle -w timeout 600 'swaylock -f' timeout 900 'niri msg output power off' resume 'niri msg output power on' before-sleep 'swaylock -f'" 90 91
+2
hosts/common/configuration.nix
··· 13 13 }; 14 14 }; 15 15 16 + hardware.bluetooth.enable = true; 17 + 16 18 time.timeZone = "Europe/Paris"; 17 19 i18n.defaultLocale = "en_US.UTF-8"; 18 20
+1
hosts/common/packages.nix
··· 89 89 displayManager.ly.enable = true; 90 90 # services.openssh.enable = true; 91 91 tailscale.enable = true; 92 + blueman.enable = true; 92 93 }; 93 94 94 95 programs = {