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 []
);
home.username = "${currentSystemUser}";
home.sessionVariables = {
home = {
username = "${currentSystemUser}";
sessionVariables = {
EDITOR = "nvim";
BROWSER = "floorp";
TERMINAL = "kitty";
};
home.packages = [
packages = [
pkgs.dconf
];
pointerCursor = {
gtk.enable = true;
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic";
};
};
dconf.enable = true;