Compare commits

..

2 Commits

Author SHA1 Message Date
47b35640dc shell fixes 2024-08-22 22:03:04 +02:00
274576f829 fix fastfetch 2024-08-22 22:02:54 +02:00
4 changed files with 36 additions and 0 deletions

View File

@ -10,4 +10,36 @@
};
};
};
programs.fastfetch = {
enable = true;
settings = {
logo = {
type = "kitty-direct";
source = ../resources/fetch.png;
width = 31;
height = 15;
padding = {
top = 1;
left = 2;
right = 0;
};
};
modules = [
"break"
"title"
"break"
{ type = "host"; format = "{3}"; }
{ type = "os"; format = "{2}"; }
"de"
"shell"
"kernel"
{ type = "cpu"; format = "{1}"; }
{ type = "gpu"; format = "{1} {2}"; }
{ type = "terminal"; format = "{5}"; }
"terminalfont"
"break"
"colors"
];
};
};
}

View File

@ -8,6 +8,7 @@
x = "startx";
rm = "rm -i";
cal = "cal -m";
ls = "ls --color";
};
envExtra = ''
export PS1=$'%B%n%b@%B%m%b: %~\nλ '
@ -29,6 +30,7 @@
setopt autocd
setopt noautomenu
setopt nomenucomplete
setopt TRANSIENT_RPROMPT
run() {
pkg="$1"

View File

@ -2,6 +2,8 @@
{
programs.wezterm = {
enable = true;
enableBashIntegration = false;
enableZshIntegration = false;
extraConfig = builtins.readFile ./wezterm.lua;
};
}

BIN
resources/fetch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB