users/foo-dogsquared: refactor Zellij layout

This commit is contained in:
Gabriel Arazas 2023-06-27 12:57:29 +08:00
parent e76a881aee
commit f746fe36c7
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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.