mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
~ 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
12 lines
297 B
Nix
12 lines
297 B
Nix
{
|
|
commaSep = strs: builtins.concatStringsSep "," strs;
|
|
|
|
ignoredFiles = [ "*~" ".stack-work/" "__pycache__/" ".mypy_cache/" "*.o" "*.hi" "*.aux" "*.class" "*.dyn_hi" "*.dyn_o" ];
|
|
|
|
user = {
|
|
github = "kmein";
|
|
name = "Kierán Meinhardt";
|
|
email = "kieran.meinhardt@gmail.com";
|
|
};
|
|
}
|