diff options
| author | Fuwn <[email protected]> | 2025-01-02 01:20:55 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-02 01:20:55 -0800 |
| commit | 85e46deedbb32dfa1c37bfb6ca3a7fb10d7be446 (patch) | |
| tree | 18f7846f2bdcd3a8d1a41f972040aa981acc5780 /modules/core/programs.nix | |
| parent | nara: move home-manager modules to home (diff) | |
| download | nixos-config-85e46deedbb32dfa1c37bfb6ca3a7fb10d7be446.tar.xz nixos-config-85e46deedbb32dfa1c37bfb6ca3a7fb10d7be446.zip | |
nara: move some core modules to base
Diffstat (limited to 'modules/core/programs.nix')
| -rw-r--r-- | modules/core/programs.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/core/programs.nix b/modules/core/programs.nix deleted file mode 100644 index 2b13a22..0000000 --- a/modules/core/programs.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ pkgs, ... }: -{ - environment.systemPackages = with pkgs; [ - fastfetch - htop - ]; -} |