From 9c342ac91da7781d66bbc6c8de50326f1976f8a2 Mon Sep 17 00:00:00 2001 From: Maiko Tan Date: Wed, 23 Oct 2024 14:22:42 +0800 Subject: [PATCH] refactor: reorganize package lists in system and home-manager modules --- modules/common.nix | 6 +++++- modules/home-manager/default.nix | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/common.nix b/modules/common.nix index b951eea..9ece2b9 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -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 diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index fad3a7c..4e2838e 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -16,8 +16,6 @@ home.packages = with pkgs; [ # System Utilities - htop - rsync libsForQt5.yakuake # Text jq