Revert "nix: added firefox"

This reverts commit b6911bc045.
This commit is contained in:
biscuit
2025-06-11 07:04:30 -05:00
parent 2ba8639dfd
commit f4788f863e
4 changed files with 48 additions and 35 deletions
-1
View File
@@ -5,7 +5,6 @@
}: {
imports =
[
../pkgs/firefox/default.nix
]
++ lib.optionals (linux-apps.gamingDesktop == true) [
../pkgs/steam/default.nix
+3
View File
@@ -2,4 +2,7 @@
info = import ../../config.nix;
in {
home.packages = info.linux-apps.my-apps pkgs;
import = [
../../pkgs/firefox/default.nix
];
}