add krita + hyfetch
This commit is contained in:
parent
5a51fb7a0e
commit
2ef53a7318
1 changed files with 15 additions and 0 deletions
|
|
@ -60,6 +60,7 @@
|
|||
# for services.gnome-keyring
|
||||
pkgs.gcr # provides org.gnome.keyring.SystemPrompter
|
||||
seahorse # gui
|
||||
krita
|
||||
|
||||
tor-browser
|
||||
|
||||
|
|
@ -99,6 +100,20 @@
|
|||
# these are both required for home-manager to work
|
||||
home-manager.enable = true;
|
||||
|
||||
hyfetch = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preset = "nonbinary";
|
||||
mode = "rgb";
|
||||
backend = "fastfetch";
|
||||
color_align = {
|
||||
mode = "vertical";
|
||||
};
|
||||
auto_detect_light_dark = true;
|
||||
pride_month_disable = false;
|
||||
};
|
||||
};
|
||||
|
||||
zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue