mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
users/foo-dogsquared: refactor Zellij layout
This commit is contained in:
parent
e76a881aee
commit
f746fe36c7
@ -128,9 +128,10 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Making my favorite terminal multiplexer right now.
|
||||||
programs.zellij.settings = {
|
programs.zellij.settings = {
|
||||||
default_layout = "editor";
|
default_layout = "editor";
|
||||||
layout_dir = "${config.xdg.configHome}/zellij/layouts";
|
layout_dir = builtins.toString ./config/zellij/layouts;
|
||||||
};
|
};
|
||||||
|
|
||||||
# My music player setup, completely configured with Nix!
|
# My music player setup, completely configured with Nix!
|
||||||
@ -331,8 +332,6 @@ in
|
|||||||
"lf".source = getDotfiles "lf";
|
"lf".source = getDotfiles "lf";
|
||||||
"nvim".source = getDotfiles "nvim";
|
"nvim".source = getDotfiles "nvim";
|
||||||
"wezterm".source = getDotfiles "wezterm";
|
"wezterm".source = getDotfiles "wezterm";
|
||||||
|
|
||||||
"zellij/layouts".source = ./config/zellij/layouts;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Automating some files to be fetched on activation.
|
# Automating some files to be fetched on activation.
|
||||||
|
Loading…
Reference in New Issue
Block a user