summaryrefslogtreecommitdiff
path: root/modules/programs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-28 22:14:29 -0700
committerFuwn <[email protected]>2024-08-28 22:14:29 -0700
commit3f7cbda2664bd0e87c7f024dc633cf5b435088fa (patch)
treef14affdc7a3af897074d210bf7e965aef20611d5 /modules/programs
parenthi (diff)
downloadnixos-config-3f7cbda2664bd0e87c7f024dc633cf5b435088fa.tar.xz
nixos-config-3f7cbda2664bd0e87c7f024dc633cf5b435088fa.zip
hi
Diffstat (limited to 'modules/programs')
-rw-r--r--modules/programs/default.nix10
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;