Add more dotfiles

This commit is contained in:
2026-07-07 15:48:39 +01:00
parent 6b8c8e86f4
commit 9a94ed7331
16 changed files with 729 additions and 17 deletions
+75
View File
@@ -0,0 +1,75 @@
{ pkgs, ... }:
{
programs.fastfetch = {
enable = true;
settings = {
logo = {
type = "kitty-direct";
source = ./logo.png;
width = 23;
height = 10;
padding = {
top = 0;
left = 3;
};
};
display = {
separator = " ";
};
modules = [
{
type = "title";
key = " ->";
keyColor = "36";
}
{
type = "os";
key = " 󱄅 ->";
keyColor = "36";
}
{
type = "kernel";
key = " ->";
keyColor = "36";
}
{
type = "shell";
key = " ->";
keyColor = "33";
}
{
type = "terminal";
key = " ->";
keyColor = "33";
}
{
type = "custom";
format = "\\u001b[33m  ->\\u001b[39m kutu.rb";
}
{
type = "host";
key = " 󰌢 ->";
keyColor = "32";
}
{
type = "memory";
key = " 󰍛 ->";
keyColor = "32";
}
{
type = "packages";
key = " ->";
keyColor = "32";
}
{
type = "custom";
format = " \\u001b[90m \\u001b[31m \\u001b[32m \\u001b[33m \\u001b[34m \\u001b[35m \\u001b[36m \\u001b[37m \\u001b[38m \\u001b[39m";
}
];
};
};
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB