feat: add firefox cask
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user