diff options
Diffstat (limited to 'nix-conf')
-rw-r--r-- | nix-conf/home/includes/clojure.nix | 2 | ||||
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nix-conf/home/includes/clojure.nix b/nix-conf/home/includes/clojure.nix index 3681e8b..d6d4347 100644 --- a/nix-conf/home/includes/clojure.nix +++ b/nix-conf/home/includes/clojure.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, isDarwin, isLinux, ... }: +{ config, pkgs, lib, ... }: let inherit (lib) optionals; in diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index 38a32fa..00c65d9 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, isDarwin, ... }: +{ config, pkgs, lib, ... }: let inherit (lib) optionalAttrs |