lolcathost specific changes
This commit is contained in:
parent
1d4189b040
commit
40864af04f
18 changed files with 580 additions and 1167 deletions
|
|
@ -4,7 +4,6 @@
|
|||
...
|
||||
}: {
|
||||
# The terminal I use
|
||||
# TODO: this is dependent on nvim being installed
|
||||
# TODO: make this into a module with a configurable editor option
|
||||
programs.rio = {
|
||||
enable = true;
|
||||
|
|
@ -18,6 +17,11 @@
|
|||
padding-x = 10;
|
||||
padding-y = [15 10]; # top, left
|
||||
|
||||
window = {
|
||||
width = 600;
|
||||
height = 400;
|
||||
};
|
||||
|
||||
# lines = (accumulated scroll * multiplier / divider)
|
||||
scroll = {
|
||||
multiplier = 3.0;
|
||||
|
|
@ -60,7 +64,7 @@
|
|||
};
|
||||
|
||||
renderer = {
|
||||
performance = "High";
|
||||
performance = "Low"; # High: for my PC, Low: for integrated GPUs
|
||||
backend = "Automatic"; # Vulkan
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue