added bibata

This commit is contained in:
kenji
2025-07-08 22:40:55 -05:00
parent a534ad610f
commit 4768918d0d
3 changed files with 9 additions and 4 deletions
+1
View File
@@ -10,6 +10,7 @@
../../packages/hyprsunset/home.nix ../../packages/hyprsunset/home.nix
../../packages/matugen/home.nix ../../packages/matugen/home.nix
../../packages/rofi/home.nix ../../packages/rofi/home.nix
../../packages/bibata/home.nix
] ]
++ [ ++ [
../../packages/solaar/home.nix ../../packages/solaar/home.nix
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
bibata-cursors
];
}
+3 -4
View File
@@ -1,6 +1,5 @@
{pkgs, ...}: { {pkgs, ...}: {
# home.packages = with pkgs; [ home.packages = with pkgs; [
# solaar solaar
# ]; ];
services.solaar.enable = true;
} }