Migrate away from stylix and gruvbox
This commit is contained in:
parent
1284acef2f
commit
4d2c712bb7
11 changed files with 127 additions and 382 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.foot = {
|
||||
|
@ -6,6 +6,7 @@
|
|||
settings = {
|
||||
main = {
|
||||
pad = "8x8 center";
|
||||
font = "Go Mono Nerd Font:size=12";
|
||||
};
|
||||
|
||||
mouse = {
|
||||
|
@ -15,6 +16,10 @@
|
|||
scrollback = {
|
||||
lines = 10000;
|
||||
};
|
||||
|
||||
colors = {
|
||||
alpha = 0.9;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue