mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 11:39:19 +00:00
move packages to packages folder and abstract out tmux-sessionizer
This commit is contained in:
parent
e897059004
commit
c1fb306ed1
5 changed files with 29 additions and 21 deletions
|
|
@ -55,12 +55,6 @@
|
|||
};
|
||||
|
||||
home.packages = [
|
||||
(pkgs.writeShellApplication {
|
||||
name = "tmux-sessionizer";
|
||||
runtimeInputs = [pkgs.tmux pkgs.ghq];
|
||||
text = ''
|
||||
${builtins.readFile ./tmux-sessionizer.sh}
|
||||
'';
|
||||
})
|
||||
pkgs.tmux-sessionizer-cl
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue