mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Ricing
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
helix = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme = "dark_plus";
|
||||
theme = "gruvbox_transparent";
|
||||
editor = {
|
||||
line-number = "relative";
|
||||
cursorline = true;
|
||||
@@ -64,6 +64,12 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
themes = {
|
||||
gruvbox_transparent = {
|
||||
"inherits" = "gruvbox";
|
||||
"ui.background" = "{}";
|
||||
};
|
||||
};
|
||||
};
|
||||
vscode = {
|
||||
enable = true;
|
||||
@@ -78,6 +84,7 @@
|
||||
alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
window.opacity = 0.9;
|
||||
font = {
|
||||
normal = {
|
||||
family = "JetBrainsMono";
|
||||
|
||||
Reference in New Issue
Block a user