Skip to content

Commit

Permalink
refactor: reorganize package lists in system and home-manager modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Oct 23, 2024
1 parent c29bcae commit 9c342ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
vim
# System Utilities
htop
rsync
wget
# Text
vim
# Fonts
noto-fonts
noto-fonts-cjk-sans
Expand Down
2 changes: 0 additions & 2 deletions modules/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

home.packages = with pkgs; [
# System Utilities
htop
rsync
libsForQt5.yakuake
# Text
jq
Expand Down

0 comments on commit 9c342ac

Please sign in to comment.