feat: tmux scripting
This commit is contained in:
parent
f301f81c09
commit
08def86724
5 changed files with 28 additions and 3 deletions
|
@ -3,5 +3,11 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [(import ./heic-to-jpg.script.nix {inherit pkgs;})];
|
||||
home.packages = [
|
||||
(import ./heic-to-jpg.script.nix {inherit pkgs;})
|
||||
(import ./tmux-default.script.nix {
|
||||
inherit pkgs;
|
||||
inherit config;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue