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