Reinitialized repo after massive overhaul
This commit is contained in:
13
home/programs/terminal/kitty/flake.nix
Normal file
13
home/programs/terminal/kitty/flake.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
description = "Kitty Config";
|
||||
|
||||
inputs = {
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, ... }: {
|
||||
|
||||
hmModule = import ./kitty.nix;
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user