This commit is contained in:
biscuit
2025-05-13 18:17:17 -05:00
parent 9290d27146
commit 2576eacb6b
7 changed files with 473 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
{ pkgs, ... }: {
imports = [
../packages/zsh/default.nix
../packages/kitty/default.nix
];
}