upd firefox

This commit is contained in:
biscuit
2025-05-13 19:07:02 -05:00
parent 923dac6f63
commit 35ca5c8bc0
4 changed files with 10 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }: {
home.packages = [
firefox
];
programs.firefox.enable = true;
}