mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
enable zram for the vps
This commit is contained in:
parent
1169e53c76
commit
99432a7244
6 changed files with 23 additions and 9 deletions
|
@ -24,11 +24,6 @@
|
|||
];
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
themes.dracula-transparent = {
|
||||
inherits = "dracula";
|
||||
"ui.background" = "{}";
|
||||
"ui.virtual.inlay-hint" = { fg = "#666666"; };
|
||||
};
|
||||
languages = {
|
||||
language = [
|
||||
{
|
||||
|
@ -39,7 +34,7 @@
|
|||
];
|
||||
};
|
||||
settings = {
|
||||
theme = "dracula-transparent";
|
||||
theme = "dracula";
|
||||
editor = {
|
||||
line-number = "relative";
|
||||
cursor-shape.insert = "bar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue