mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21:39 +01:00
show a beautiful cat when starting zsh
This commit is contained in:
parent
93a33fbe51
commit
55611013b7
4 changed files with 12 additions and 5 deletions
|
@ -86,6 +86,11 @@
|
||||||
|
|
||||||
programs.steam.enable = true; # putting steam in here cause in home manager it doesn't work
|
programs.steam.enable = true; # putting steam in here cause in home manager it doesn't work
|
||||||
|
|
||||||
|
programs.ausweisapp = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
virtualisation.spiceUSBRedirection.enable = true;
|
virtualisation.spiceUSBRedirection.enable = true;
|
||||||
|
|
||||||
|
|
1
images/cat.sixel
Normal file
1
images/cat.sixel
Normal file
File diff suppressed because one or more lines are too long
|
@ -42,7 +42,7 @@
|
||||||
# misc
|
# misc
|
||||||
neofetch
|
neofetch
|
||||||
trash-cli
|
trash-cli
|
||||||
spotify
|
#spotify # make probles atm
|
||||||
virt-manager
|
virt-manager
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
ventoy-bin
|
ventoy-bin
|
||||||
|
|
|
@ -65,6 +65,7 @@
|
||||||
prompt_dir() {
|
prompt_dir() {
|
||||||
prompt_segment blue $CURRENT_FG '%c'
|
prompt_segment blue $CURRENT_FG '%c'
|
||||||
}
|
}
|
||||||
|
cat ${../../../../images/cat.sixel}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue