mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
partial host migrations to flake parts
This commit is contained in:
parent
1f779fff49
commit
091cfbdf96
13 changed files with 209 additions and 165 deletions
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
pkgs,
|
||||
cLib,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
getProgFor = cLib.getProgFor pkgs;
|
||||
tmux = getProgFor "tmux";
|
||||
getProgFor' = cLib.getProgFor pkgs.scenics;
|
||||
tmux-githop = getProgFor' "tmux-githop";
|
||||
in {
|
||||
}:
|
||||
let
|
||||
tmux = lib.getExe pkgs.tmux;
|
||||
tmux-githop = lib.getExe pkgs.scenics.tmux-githop;
|
||||
in
|
||||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
shortcut = "x";
|
||||
|
|
@ -21,7 +21,7 @@ in {
|
|||
yank
|
||||
{
|
||||
plugin = onedark-theme.overrideAttrs (_: {
|
||||
patches = [./bar.patch];
|
||||
patches = [ ./bar.patch ];
|
||||
});
|
||||
extraConfig = "\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue