bug fixes

This commit is contained in:
2024-09-24 15:24:54 -04:00
parent 3ad28e803c
commit e0f4d10742
4 changed files with 20 additions and 2 deletions

View File

@@ -15,5 +15,10 @@
configFile = ./kitty.conf;
});
};
devShells.default = pkgs.mkShell {
buildInputs = [ pkgs.kitty ];
};
};
}