This commit is contained in:
Rachel Lambda Samuelsson 2023-10-06 12:01:45 +02:00
parent f6f49c964d
commit 910d579100

View File

@ -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 = {