Move firefox into module and clean useless folder

This commit is contained in:
2026-07-08 09:45:00 +02:00
parent e091288eb7
commit dee75a51e2
7 changed files with 54 additions and 71 deletions
+2 -1
View File
@@ -1,7 +1,6 @@
{ ... }:
{
system.primaryUser = "alistreaza";
nixpkgs.hostPlatform = "aarch64-darwin";
# Homebrew apps
os.homebrew.ghostty.enable = true;
@@ -12,4 +11,6 @@
os.homebrew.obsidian.enable = true;
os.homebrew.microsoft.enable = true;
os.homebrew.keka.enable = true;
nixpkgs.hostPlatform = "aarch64-darwin";
}