Skip to content

Commit

Permalink
mc: inline local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO authored Jul 9, 2024
1 parent db8cd30 commit ae1ee6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/mc/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
with lib;

let
mcPackage = pkgs.mc;
colors = config.lib.stylix.colors.withHashtag;
in
{
config = mkIf (builtins.elem mcPackage config.home.packages) {
config = mkIf (builtins.elem pkgs.mc config.home.packages) {
home.file.".config/mc/ini".text = ''
[Midnight-Commander]
skin=stylix
Expand Down

0 comments on commit ae1ee6e

Please sign in to comment.