summaryrefslogtreecommitdiff
path: root/nixos/modules/features
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/features')
-rw-r--r--nixos/modules/features/desktop-apps/default.nix2
-rw-r--r--nixos/modules/features/dev-tools/default.nix2
2 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/features/desktop-apps/default.nix b/nixos/modules/features/desktop-apps/default.nix
index 527a350..385af11 100644
--- a/nixos/modules/features/desktop-apps/default.nix
+++ b/nixos/modules/features/desktop-apps/default.nix
@@ -19,5 +19,7 @@
obs-studio
pkgs.qbittorrent
pkgs.masterpdfeditor
+ mullvad-browser
+ librewolf
];
}
diff --git a/nixos/modules/features/dev-tools/default.nix b/nixos/modules/features/dev-tools/default.nix
index ad10afd..6b20cf7 100644
--- a/nixos/modules/features/dev-tools/default.nix
+++ b/nixos/modules/features/dev-tools/default.nix
@@ -11,7 +11,7 @@
gnumake
nodejs
pyright
- python3
+ (python3.withPackages (ps: with ps; [ pip ]))
rust-analyzer
rustc
lua5_4