diff options
| author | Fuwn <[email protected]> | 2024-08-28 22:14:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-28 22:14:29 -0700 |
| commit | 3f7cbda2664bd0e87c7f024dc633cf5b435088fa (patch) | |
| tree | f14affdc7a3af897074d210bf7e965aef20611d5 /modules/programs | |
| parent | hi (diff) | |
| download | nixos-config-3f7cbda2664bd0e87c7f024dc633cf5b435088fa.tar.xz nixos-config-3f7cbda2664bd0e87c7f024dc633cf5b435088fa.zip | |
hi
Diffstat (limited to 'modules/programs')
| -rw-r--r-- | modules/programs/default.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/programs/default.nix b/modules/programs/default.nix index f4fc813..c4ce8ca 100644 --- a/modules/programs/default.nix +++ b/modules/programs/default.nix @@ -2,16 +2,6 @@ { imports = [ ./hyprland.nix ]; - environment.systemPackages = with pkgs; [ - vim - wget - git - gtk2 - gtk3 - gtk4 - mediastreamer-openh264 - ]; - programs = { fish.enable = true; mtr.enable = true; |