Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Oct 11, 2023
1 parent 94ed190 commit 8ea8591
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions modules/darwin/apps/_1password/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{ config
, lib
, options
, pkgs
, ...
}:
let
inherit (lib) mkIf;
inherit (lib.internal) mkBoolOpt enabled;
inherit (lib.internal) mkBoolOpt;

cfg = config.khanelinix.apps._1password;
in
Expand Down
3 changes: 1 addition & 2 deletions modules/home/apps/_1password/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{ config
, lib
, options
, pkgs
, ...
}:
let
inherit (lib) mkIf;
inherit (lib.internal) mkBoolOpt enabled;
inherit (lib.internal) mkBoolOpt;

cfg = config.khanelinix.apps._1password;
in
Expand Down
1 change: 0 additions & 1 deletion modules/home/suites/business/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ config
, lib
, options
, pkgs
, ...
}:
let
Expand Down

0 comments on commit 8ea8591

Please sign in to comment.