Skip to content

Commit

Permalink
darwin: Move some package to nix-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed May 23, 2024
1 parent f6c26ac commit ed673cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,14 @@ tap "jesseduffield/lazygit"

brew "awscli"
brew "bash"
brew "bat"
brew "coreutils"
brew "ctags"
brew "fd"
brew "fzf"
brew "gh"
brew "git"
brew "git-crypt"
brew "git-delta"
brew "gpg"
brew "htop"
brew "hub"
brew "hyperfine"
brew "java"
brew "jq"
brew "lazygit"
Expand All @@ -28,11 +23,8 @@ brew "node" # for Github CoPilot
brew "openssl"
brew "parallel"
brew "readline"
brew "ripgrep"
brew "starship"
brew "stow"
brew "terminal-notifier"
brew "tmux"
brew "tree"
brew "wakeonlan"
brew "watch"
Expand Down
10 changes: 10 additions & 0 deletions nix/hosts/babbel/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,19 @@

environment.systemPackages = with pkgs; [
(callPackage ../../packages/nvim.nix {})

inputs.sub.packages."${pkgs.system}".sub

bat
fd
fzf
hyperfine
ripgrep
starship
tmux
vim
watchexec
zsh
];

# Auto upgrade nix package and the daemon service
Expand Down

0 comments on commit ed673cd

Please sign in to comment.