Skip to content

Commit b0b7dc3

Browse files
committed
updates
1 parent 0fa26eb commit b0b7dc3

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

common/default.nix

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,6 @@
33
{
44
imports = [ ./zsh ];
55

6-
# Common packages for all platforms
7-
environment.systemPackages = with pkgs; [
8-
# CLI utilities
9-
oh-my-posh
10-
hstr
11-
eza
12-
ack
13-
zoxide
14-
bat
15-
16-
# Development tools
17-
gh
18-
nixfmt-classic
19-
diff-so-fancy
20-
];
21-
226
# Common Nix settings - platform-specific settings should be in respective files
237
nix = {
248
settings = {

0 commit comments

Comments
 (0)