diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-28 09:34:20 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-28 09:34:20 -0700 |
| commit | 1c05e4a63a4c88d9ef93b96863bb231f3362857b (patch) | |
| tree | 3f01e20679c7f454828e5fdd7cb79e4e7fd7a569 /hosts/copenhagen | |
| parent | 936fdacc4845db393a03aa1479fc269e8718bd48 (diff) | |
fix: copenhagen: add missing semicolon
Diffstat (limited to 'hosts/copenhagen')
| -rw-r--r-- | hosts/copenhagen/home/c.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/copenhagen/home/c.nix b/hosts/copenhagen/home/c.nix index ca9c5b9..a8f2794 100644 --- a/hosts/copenhagen/home/c.nix +++ b/hosts/copenhagen/home/c.nix @@ -21,7 +21,7 @@ enable = true; key = "DE64538967CA0C68"; }; - } + }; home.packages = with pkgs; [ cloc |