Add hyfetch to home-manager

This commit is contained in:
ark-lamp-umbrella 2024-03-30 20:10:26 -07:00
parent 849a793512
commit 74ea40ab7a
Signed by: ark-lamp-umbrella
GPG Key ID: 15E48F7B97025652
1 changed files with 6 additions and 1 deletions

View File

@ -158,7 +158,6 @@ in
pkgs.prismlauncher # Minecraft launcher
pkgs.zulu17 # Java 17 binary
pkgs.janet # Janet lang, for later testing
pkgs.hyfetch
pkgs.onefetch
];
programs = {
@ -188,6 +187,12 @@ in
"editor.fontFamily" = "'BlexMono Nerd Font Mono', 'monospace', monospace";
};
};
hyfetch = {
enable = true;
settings = {
preset="transgender";
};
};
wofi = {
enable = true;
style = builtins.readFile "${wofi-catppuccin}/src/macchiato/style.css";