Skip to content

Commit

Permalink
modules/env: fix example config
Browse files Browse the repository at this point in the history
  • Loading branch information
foo-dogsquared committed Jan 10, 2025
1 parent 6016695 commit a7ec844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/env/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ in
"--config" ./config/fastfetch/config
"--logo" "Guix"
];
env.NO_COLOR = 1;
env.NO_COLOR.value = 1;
};
};
Expand Down

0 comments on commit a7ec844

Please sign in to comment.