mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
users/foo-dogsquared: update Zellij configuration
This commit is contained in:
parent
1e75e43c5a
commit
4cbb300dae
3
users/home-manager/foo-dogsquared/.editorconfig
Normal file
3
users/home-manager/foo-dogsquared/.editorconfig
Normal file
@ -0,0 +1,3 @@
|
||||
[*.kdl]
|
||||
indent_style = space
|
||||
indent_size = 2
|
@ -0,0 +1,10 @@
|
||||
layout {
|
||||
pane split_direction="vertical" {
|
||||
pane size="66%"
|
||||
pane
|
||||
}
|
||||
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
}
|
@ -138,6 +138,11 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
programs.zellij.settings = {
|
||||
default_layout = "editor";
|
||||
layout_dir = "${config.xdg.configHome}/zellij/layouts";
|
||||
};
|
||||
|
||||
# My music player setup, completely configured with Nix!
|
||||
programs.beets = {
|
||||
enable = true;
|
||||
@ -336,6 +341,8 @@ in
|
||||
"lf".source = getDotfiles "lf";
|
||||
"nvim".source = getDotfiles "nvim";
|
||||
"wezterm".source = getDotfiles "wezterm";
|
||||
|
||||
"zellij/layouts".source = ./config/zellij/layouts;
|
||||
};
|
||||
|
||||
# Automating some files to be fetched on activation.
|
||||
|
Loading…
Reference in New Issue
Block a user