added firefox

This commit is contained in:
biscuit
2025-05-13 19:11:11 -05:00
parent 35ca5c8bc0
commit 47e6fcf96f
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ pkgs, ... }: {
home.packages = [
environment.systemPackages = with pkgs; [
firefox
];