diff --git a/modules/home-manager/common/all-cli.nix b/modules/home-manager/common/all-cli.nix index 58f2345..bb2a692 100644 --- a/modules/home-manager/common/all-cli.nix +++ b/modules/home-manager/common/all-cli.nix @@ -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 diff --git a/modules/home-manager/common/all-linux.nix b/modules/home-manager/common/all-linux.nix index 480e37c..eeeb32c 100644 --- a/modules/home-manager/common/all-linux.nix +++ b/modules/home-manager/common/all-linux.nix @@ -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"; }; }; - } diff --git a/modules/system/common/all-darwin.nix b/modules/system/common/all-darwin.nix index 980bdf0..482d975 100644 --- a/modules/system/common/all-darwin.nix +++ b/modules/system/common/all-darwin.nix @@ -31,6 +31,7 @@ "null-dev/firefox-profile-switcher" ]; brews = [ + "fastfetch" "ffmpeg" "firefox-profile-switcher-connector" ];