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/environment/system-packages.nix | |
| parent | hi (diff) | |
| download | nixos-config-3f7cbda2664bd0e87c7f024dc633cf5b435088fa.tar.xz nixos-config-3f7cbda2664bd0e87c7f024dc633cf5b435088fa.zip | |
hi
Diffstat (limited to 'modules/environment/system-packages.nix')
| -rw-r--r-- | modules/environment/system-packages.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/environment/system-packages.nix b/modules/environment/system-packages.nix new file mode 100644 index 0000000..2432ba7 --- /dev/null +++ b/modules/environment/system-packages.nix @@ -0,0 +1,12 @@ +{ pkgs, ... }: +{ + environment.systemPackages = with pkgs; [ + vim + wget + git + gtk2 + gtk3 + gtk4 + mediastreamer-openh264 + ]; +} |