Added Bibata-Cursor

This commit is contained in:
2026-01-09 19:26:44 +01:00
parent 2bd5f95001
commit 748252ebc0

View File

@@ -13,15 +13,22 @@
] else [] ] else []
); );
home.username = "${currentSystemUser}"; home = {
home.sessionVariables = { username = "${currentSystemUser}";
sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
BROWSER = "floorp"; BROWSER = "floorp";
TERMINAL = "kitty"; TERMINAL = "kitty";
}; };
home.packages = [ packages = [
pkgs.dconf pkgs.dconf
]; ];
pointerCursor = {
gtk.enable = true;
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic";
};
};
dconf.enable = true; dconf.enable = true;