hyfetch
This commit is contained in:
parent
f6f49c964d
commit
910d579100
|
@ -20,8 +20,6 @@ in
|
||||||
username = username;
|
username = username;
|
||||||
homeDirectory = homeDir;
|
homeDirectory = homeDir;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
neofetch
|
|
||||||
pfetch
|
|
||||||
unzip
|
unzip
|
||||||
zip
|
zip
|
||||||
xz
|
xz
|
||||||
|
@ -261,6 +259,17 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hyfetch = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
preset = "lesbian";
|
||||||
|
mode = "rgb";
|
||||||
|
color_align = {
|
||||||
|
mode = "horizontal";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
alacritty = {
|
alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user