refactor(browsers): move browser selection to home-manager module since it is a user choice

This commit is contained in:
2026-03-27 11:32:45 +01:00
parent fdc93aff91
commit 58509367a3
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,4 @@
zip
zstd
];
# browsers
programs.firefox.enable = true;
}