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