Desktop config
This commit is contained in:
parent
32d4107ef5
commit
45a94ed302
@ -11,6 +11,13 @@
|
|||||||
insert = "bar";
|
insert = "bar";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
languages = {
|
||||||
|
language-server.rust-analyzer.config = {
|
||||||
|
cargo = {
|
||||||
|
features = "all";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
themes = {
|
themes = {
|
||||||
base16 = let
|
base16 = let
|
||||||
base00 = "#${config.colorScheme.palette.base00}";
|
base00 = "#${config.colorScheme.palette.base00}";
|
||||||
|
@ -28,7 +28,7 @@ in
|
|||||||
|
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
package = pkgs.phinger-cursors;
|
package = pkgs.phinger-cursors;
|
||||||
name = "phinger-cursors";
|
name = "phinger-cursors-dark";
|
||||||
size = 24;
|
size = 24;
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user