Skip to content

Commit

Permalink
chore: Remove dead code (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: khaneliman <[email protected]>
  • Loading branch information
github-actions[bot] and khaneliman authored Dec 1, 2023
1 parent c1747e8 commit 15de729
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/home/apps/chromium/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ config
, lib
, options
, pkgs
, ...
}:
let
Expand Down
2 changes: 1 addition & 1 deletion modules/home/cli-apps/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
, ...
}:
let
inherit (lib) mkEnableOption mkIf getExe;
inherit (lib) mkEnableOption mkIf;
inherit (lib.internal) mkBoolOpt;
inherit (inputs) astronvim-config lazyvim-config lunarvim-config neovim-config;

Expand Down
2 changes: 1 addition & 1 deletion overlays/nerdfonts/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{ channels, ... }: (_self: super: {
{ channels, ... }: (_self: _super: {
inherit (channels.nixpkgs-master) nerdfonts;
})

0 comments on commit 15de729

Please sign in to comment.