nix: cleaned up

This commit is contained in:
biscuit
2025-05-15 13:50:58 -05:00
parent 5ffe2fe09f
commit 64237058a2
6 changed files with 3 additions and 82 deletions
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
firefox
];
programs.firefox.enable = true;
}