diff options
| author | Fuwn <[email protected]> | 2024-10-01 05:26:10 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-01 05:26:10 -0700 |
| commit | c818010d59042384c069be0637dc64c479c4463f (patch) | |
| tree | 9f8ed4b423545805d7b00ed86304beccc6b8720d /hosts/fina | |
| parent | disks: reformat himeji (diff) | |
| download | nixos-config-c818010d59042384c069be0637dc64c479c4463f.tar.xz nixos-config-c818010d59042384c069be0637dc64c479c4463f.zip | |
modules: add default pc programs
Diffstat (limited to 'hosts/fina')
| -rw-r--r-- | hosts/fina/default.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hosts/fina/default.nix b/hosts/fina/default.nix index 6e0102c..1620ca6 100644 --- a/hosts/fina/default.nix +++ b/hosts/fina/default.nix @@ -1,5 +1,4 @@ { - pkgs, secrets, self, ... @@ -9,6 +8,7 @@ ./hardware-configuration.nix "${self}/modules/core" "${self}/modules/options" + "${self}/modules/pc" ]; config = { @@ -64,11 +64,6 @@ }; }; - environment.systemPackages = with pkgs; [ - vim - wget - ]; - programs = { mtr.enable = true; |