Skip to content

Commit

Permalink
Merge pull request #364 from genebean/linux
Browse files Browse the repository at this point in the history
Adjust fastfetch, add onefetch
  • Loading branch information
genebean authored Feb 3, 2024
2 parents 4c4ccce + aea40d8 commit bf718e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/home-manager/common/all-cli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ in {
du-dust
duf
esptool
fastfetch
fd
git-filter-repo
glab
Expand All @@ -36,6 +35,7 @@ in {
nodePackages.npm
nurl
nvd
onefetch
powershell
puppet-lint
rename
Expand Down
4 changes: 3 additions & 1 deletion modules/home-manager/common/all-linux.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
fastfetch
];

programs = {
# Linux-specific aliases
Expand All @@ -9,5 +12,4 @@
ykey = "sudo systemctl restart pcscd && sudo pkill -9 gpg-agent && source ~/.zshrc; ssh-add -L";
};
};

}
1 change: 1 addition & 0 deletions modules/system/common/all-darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"null-dev/firefox-profile-switcher"
];
brews = [
"fastfetch"
"ffmpeg"
"firefox-profile-switcher-connector"
];
Expand Down

0 comments on commit bf718e0

Please sign in to comment.