Adjust fastfetch, add onefetch

This commit is contained in:
Gene Liverman 2024-01-28 15:14:38 -05:00 committed by Gene Liverman
parent 4c4ccce204
commit aea40d81f5
3 changed files with 5 additions and 2 deletions

View file

@ -16,7 +16,6 @@ in {
du-dust
duf
esptool
fastfetch
fd
git-filter-repo
glab
@ -36,6 +35,7 @@ in {
nodePackages.npm
nurl
nvd
onefetch
powershell
puppet-lint
rename

View file

@ -1,4 +1,7 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
fastfetch
];
programs = {
# Linux-specific aliases
@ -9,5 +12,4 @@
ykey = "sudo systemctl restart pcscd && sudo pkill -9 gpg-agent && source ~/.zshrc; ssh-add -L";
};
};
}