mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
Added Bibata-Cursor
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user