mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
added fortune, removed unused dep
This commit is contained in:
parent
ca3e77acc5
commit
fc20457390
2 changed files with 3 additions and 2 deletions
|
@ -43,9 +43,9 @@ in
|
||||||
fontpreview
|
fontpreview
|
||||||
|
|
||||||
# commandline utils
|
# commandline utils
|
||||||
powerline
|
|
||||||
neofetch
|
|
||||||
pfetch
|
pfetch
|
||||||
|
fortune
|
||||||
|
neofetch
|
||||||
ranger
|
ranger
|
||||||
exa
|
exa
|
||||||
vhs
|
vhs
|
||||||
|
|
|
@ -11,6 +11,7 @@ in
|
||||||
|
|
||||||
initExtraFirst = ''
|
initExtraFirst = ''
|
||||||
pfetch
|
pfetch
|
||||||
|
fortune
|
||||||
'';
|
'';
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
|
Loading…
Reference in a new issue