mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
Configure more. Ready to install?
~ GTK theme to Numix-SX-Dark ~ browser to chromium + universal screen locker + sudo insults ~ vim w/o homemanager + former ~/bin scripts as aliases + tty colorscheme + cron - unneeded ohmyzsh plugins ~ prompt color if $? == 0 + programs.* config + networking ~ xbacklight to light ~ rewrite fancy-date in C + nanorc
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{ defaultApplications }:
|
||||
defaultApplications:
|
||||
with import ../theme.nix;
|
||||
''
|
||||
[Configuration]
|
||||
BackgroundDarkness=0.95
|
||||
BackgroundDarkness=0.9
|
||||
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
|
||||
ColorBackground=${veryDark}
|
||||
ColorCursor=${light}
|
||||
ColorForeground=${light}
|
||||
ColorPalette=${dark};${red.dark};${green.dark};${yellow.dark};${blue.dark};${magenta.dark};${cyan.dark};${light};${dark};${red.light};${green.light};${yellow.light};${blue.light};${magenta.light};${cyan.light};${light}
|
||||
ColorCursor=${gray.light}
|
||||
ColorForeground=${gray.light}
|
||||
ColorPalette=${builtins.concatStringsSep ";" colorPalette}
|
||||
FontName=${terminalFont.regular.name} ${toString terminalFont.size}
|
||||
MiscAlwaysShowTabs=FALSE
|
||||
MiscBell=TRUE
|
||||
|
||||
Reference in New Issue
Block a user