mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #364 from genebean/linux
Adjust fastfetch, add onefetch
This commit is contained in:
commit
bf718e09c8
3 changed files with 5 additions and 2 deletions
|
|
@ -16,7 +16,6 @@ in {
|
||||||
du-dust
|
du-dust
|
||||||
duf
|
duf
|
||||||
esptool
|
esptool
|
||||||
fastfetch
|
|
||||||
fd
|
fd
|
||||||
git-filter-repo
|
git-filter-repo
|
||||||
glab
|
glab
|
||||||
|
|
@ -36,6 +35,7 @@ in {
|
||||||
nodePackages.npm
|
nodePackages.npm
|
||||||
nurl
|
nurl
|
||||||
nvd
|
nvd
|
||||||
|
onefetch
|
||||||
powershell
|
powershell
|
||||||
puppet-lint
|
puppet-lint
|
||||||
rename
|
rename
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
fastfetch
|
||||||
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
# Linux-specific aliases
|
# Linux-specific aliases
|
||||||
|
|
@ -9,5 +12,4 @@
|
||||||
ykey = "sudo systemctl restart pcscd && sudo pkill -9 gpg-agent && source ~/.zshrc; ssh-add -L";
|
ykey = "sudo systemctl restart pcscd && sudo pkill -9 gpg-agent && source ~/.zshrc; ssh-add -L";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
"null-dev/firefox-profile-switcher"
|
"null-dev/firefox-profile-switcher"
|
||||||
];
|
];
|
||||||
brews = [
|
brews = [
|
||||||
|
"fastfetch"
|
||||||
"ffmpeg"
|
"ffmpeg"
|
||||||
"firefox-profile-switcher-connector"
|
"firefox-profile-switcher-connector"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue