add waybar config

This commit is contained in:
Astreaprtcl 2025-12-23 15:43:07 +01:00
parent 012bbb717c
commit f31c27bfe7
6 changed files with 338 additions and 35 deletions

9
programs/bluetooth.nix Normal file
View file

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
hardware.bluetooth.enable = true;
services.blueman.enable = true;
environment.systemPackages = with pkgs; [
bluetui
];
}

View file

@ -7,6 +7,7 @@
environment.systemPackages = with pkgs; [
brightnessctl
nixfmt-rfc-style
nixfmt-tree
treefmt
wget
];
}