feat: add firefox cask

This commit is contained in:
2026-07-05 12:03:10 +03:00
parent 46bfbc84e5
commit ddb7f66153
+1 -2
View File
@@ -2,7 +2,6 @@
{
pkgs,
inputs,
self,
...
}: {
environment.systemPackages = [
@@ -35,6 +34,7 @@
"visual-studio-code"
"ayugram"
"equinox"
"firefox"
];
};
@@ -63,7 +63,6 @@
nix.settings.experimental-features = "nix-command flakes";
system.primaryUser = "kirill";
system.configurationRevision = self.rev or self.dirtyRev or null;
system.stateVersion = 6;
nixpkgs.hostPlatform = "aarch64-darwin";