Skip to content

Commit

Permalink
Update darwin profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Mar 16, 2024
1 parent d00f3ac commit 674e1eb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
4 changes: 0 additions & 4 deletions src/configurations/darwin/sakamoto/_applications.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,4 @@
"zed"
"zotero-beta"
];

environment.systemPackages = with globals.outputs.packages.${pkgs.system}; [
lporg # LaunchPad orgnaizer
];
}
55 changes: 29 additions & 26 deletions src/profiles/common/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,35 @@
lib,
pkgs,
...
}:
with builtins // lib; {
environment.systemPackages = with pkgs; [
alejandra
curl
duf
eza
fd
fzf
gdu
gh
git
helix
home-manager
htop
jq
man
neofetch
nodejs
nvfetcher
ripgrep
rsync
vim
wget
zellij
];
}: {
environment.systemPackages = with pkgs;
[
alejandra
curl
duf
eza
fd
fzf
gdu
gh
git
helix
home-manager
htop
jq
man
neofetch
nodejs
nvfetcher
ripgrep
rsync
vim
wget
zellij
]
++ lib.optional pkgs.stdenv.isDarwin [
globals.outputs.packages.${pkgs.system}.lporg
];

programs.fish.enable = true;
programs.tmux.enable = true;
Expand Down

0 comments on commit 674e1eb

Please sign in to comment.