diff --git a/home-manager/dotfiles/hyfetch/hyfetch.json b/home-manager/dotfiles/hyfetch/hyfetch.json new file mode 100644 index 0000000..a7bde25 --- /dev/null +++ b/home-manager/dotfiles/hyfetch/hyfetch.json @@ -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 +} \ No newline at end of file diff --git a/home-manager/home.nix b/home-manager/home.nix index 6203e71..4fd71b7 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -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 = ''