Desktop config

This commit is contained in:
xeovalyte 2024-06-06 09:10:17 +02:00
parent 32d4107ef5
commit 45a94ed302
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View File

@ -11,6 +11,13 @@
insert = "bar";
};
};
languages = {
language-server.rust-analyzer.config = {
cargo = {
features = "all";
};
};
};
themes = {
base16 = let
base00 = "#${config.colorScheme.palette.base00}";

View File

@ -28,7 +28,7 @@ in
home.pointerCursor = {
package = pkgs.phinger-cursors;
name = "phinger-cursors";
name = "phinger-cursors-dark";
size = 24;
gtk.enable = true;
};