commit | fe1740cc76af3fa3b69df4d588a3112384700003 | [log] [tgz] |
---|---|---|
author | Skyler Grey <minion@clicks.codes> | Sat Oct 21 01:24:18 2023 +0000 |
committer | Skyler Grey <minion@clicks.codes> | Sat Oct 21 01:24:18 2023 +0000 |
tree | 4ef413c0cd2f3205fa1c5f431ad082edc382b127 | |
parent | 2ca6ccd8796707dd8231ce578da9183153b8632f [diff] [blame] |
Format with nixfmt Change-Id: If9839d2c3308538ac8f3e166b69675d3b40bd7d9
diff --git a/modules/kitty.nix b/modules/kitty.nix index 4d4b730..b85b35a 100644 --- a/modules/kitty.nix +++ b/modules/kitty.nix
@@ -1,3 +1 @@ -{ pkgs, ... }: { - environment.systemPackages = [ pkgs.kitty ]; -} +{ pkgs, ... }: { environment.systemPackages = [ pkgs.kitty ]; }