fixed browser

This commit is contained in:
kenji
2025-06-30 13:35:51 -05:00
parent 277e7a1191
commit 30a55ac796
4 changed files with 119 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
lib,
myConfig,
...
}: {
imports = [
../system/font.nix
../system/browser.nix
../system/wayland.nix
];
}
-1
View File
@@ -9,6 +9,5 @@
../system/tty.nix
../system/firewall.nix
../system/boot.nix
../system/font.nix
];
}