mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +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,10 +1,9 @@
|
||||
{ fullName, fullEmail, githubUser }:
|
||||
user:
|
||||
''
|
||||
templates:
|
||||
params:
|
||||
author-name: ${fullName}
|
||||
author-email: ${fullEmail}
|
||||
category: Data
|
||||
copyright: 'Copyright: (c) 2018 ${fullName}'
|
||||
github-username: ${githubUser}
|
||||
author-name: ${user.name}
|
||||
author-email: ${user.email}
|
||||
copyright: 'Copyright: (c) 2018 ${user.name}'
|
||||
github-username: ${user.github}
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user