diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-02-19 21:35:36 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-02-19 21:35:36 +0300 |
commit | 9e3f4268c87b0d1a64e9429ea173252a5f774ec5 (patch) | |
tree | 12896bfa12d7175a22c1e8091cfcc785112df12b /modules/darwin | |
parent | 2023-02-19 (diff) |
2023-02-19
Diffstat (limited to '')
-rw-r--r-- | modules/darwin/homebrew.nix | 2 | ||||
-rw-r--r-- | modules/darwin/profiles/default.nix | 1 | ||||
-rw-r--r-- | modules/darwin/profiles/headful.nix | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 35e8e77..990afae 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -1,8 +1,6 @@ { config, - inputs, lib, - pkgs, ... }: with lib; let diff --git a/modules/darwin/profiles/default.nix b/modules/darwin/profiles/default.nix index 3e783b9..ac3f652 100644 --- a/modules/darwin/profiles/default.nix +++ b/modules/darwin/profiles/default.nix @@ -2,7 +2,6 @@ config, lib, pkgs, - this, ... }: with lib; let diff --git a/modules/darwin/profiles/headful.nix b/modules/darwin/profiles/headful.nix index 5484dfe..2a4c773 100644 --- a/modules/darwin/profiles/headful.nix +++ b/modules/darwin/profiles/headful.nix @@ -1,8 +1,6 @@ { config, lib, - pkgs, - this, ... }: with lib; let |