mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-31 11:29:33 +01:00
feat: added hyfetch config
This commit is contained in:
parent
a2bfea4c99
commit
c97cc8a8c7
16
home-manager/dotfiles/hyfetch/hyfetch.json
Normal file
16
home-manager/dotfiles/hyfetch/hyfetch.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"preset": "genderfluid",
|
||||
"mode": "rgb",
|
||||
"light_dark": "dark",
|
||||
"lightness": 0.81,
|
||||
"color_align": {
|
||||
"mode": "horizontal",
|
||||
"custom_colors": [],
|
||||
"fore_back": null
|
||||
},
|
||||
"backend": "neofetch",
|
||||
"args": null,
|
||||
"distro": null,
|
||||
"pride_month_shown": [],
|
||||
"pride_month_disable": false
|
||||
}
|
|
@ -33,6 +33,7 @@
|
|||
# # fonts?
|
||||
(pkgs.nerdfonts.override { fonts = [ "CodeNewRoman" ]; })
|
||||
|
||||
pkgs.dm-sans
|
||||
pkgs.zoxide
|
||||
pkgs.btop
|
||||
#pkgs.bitwarden
|
||||
|
@ -99,6 +100,7 @@
|
|||
".config/waybar".source = dotfiles/waybar;
|
||||
".config/cava".source = dotfiles/cava;
|
||||
".bashrc".source = dotfiles/bash/.bashrc;
|
||||
".config/hyfetch.json".source = dotfiles/hyfetch/hyfetch.json;
|
||||
|
||||
# # You can also set the file content immediately.
|
||||
# ".gradle/gradle.properties".text = ''
|
||||
|
|
Loading…
Reference in a new issue