Skip to content

Commit

Permalink
shared cli tools typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ejiek committed Oct 15, 2023
1 parent f31af78 commit 6291735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/cli_tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in {
};

config = mkIf config.my-config.cli_tools.enable {
environment.systemPackages = with pkgs [
environment.systemPackages = with pkgs; [
figlet
gh
gomuks
Expand All @@ -23,6 +23,6 @@ in {
wget
yt-dlp
zellij
]
];
};
}

0 comments on commit 6291735

Please sign in to comment.