Compare commits
2 Commits
fd3f4a7a64
...
47b35640dc
Author | SHA1 | Date | |
---|---|---|---|
47b35640dc | |||
274576f829 |
|
@ -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"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
x = "startx";
|
x = "startx";
|
||||||
rm = "rm -i";
|
rm = "rm -i";
|
||||||
cal = "cal -m";
|
cal = "cal -m";
|
||||||
|
ls = "ls --color";
|
||||||
};
|
};
|
||||||
envExtra = ''
|
envExtra = ''
|
||||||
export PS1=$'%B%n%b@%B%m%b: %~\nλ '
|
export PS1=$'%B%n%b@%B%m%b: %~\nλ '
|
||||||
|
@ -29,6 +30,7 @@
|
||||||
setopt autocd
|
setopt autocd
|
||||||
setopt noautomenu
|
setopt noautomenu
|
||||||
setopt nomenucomplete
|
setopt nomenucomplete
|
||||||
|
setopt TRANSIENT_RPROMPT
|
||||||
|
|
||||||
run() {
|
run() {
|
||||||
pkg="$1"
|
pkg="$1"
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
{
|
{
|
||||||
programs.wezterm = {
|
programs.wezterm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableBashIntegration = false;
|
||||||
|
enableZshIntegration = false;
|
||||||
extraConfig = builtins.readFile ./wezterm.lua;
|
extraConfig = builtins.readFile ./wezterm.lua;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
BIN
resources/fetch.png
Normal file
BIN
resources/fetch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
Loading…
Reference in New Issue
Block a user