Added first part of Hyprland config + added some utilities like blueman, brightnessctl, etc.

This commit is contained in:
Tomas Rivera
2026-02-26 11:03:05 +01:00
parent a2f8aa7bc6
commit a92792195a
6 changed files with 175 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
programs.rofi = {
enable = true;
};
}