mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Adjust fastfetch, add onefetch
This commit is contained in:
parent
4c4ccce204
commit
aea40d81f5
3 changed files with 5 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue