continuing refactor
This commit is contained in:
parent
dcdccf584d
commit
385725af95
6 changed files with 43 additions and 160 deletions
|
@ -11,6 +11,7 @@
|
|||
imports = with nix-config.homeModules; [
|
||||
mako
|
||||
mpv
|
||||
yazi
|
||||
];
|
||||
|
||||
home = {
|
||||
|
@ -21,8 +22,6 @@
|
|||
inputs.affinity-nix.packages.x86_64-linux.designer
|
||||
inputs.shikane.packages.x86_64-linux.default
|
||||
inputs.isd.packages.x86_64-linux.default
|
||||
inputs.hyprpicker.packages.x86_64-linux.default
|
||||
inputs.hyprlock.packages.x86_64-linux.default
|
||||
]
|
||||
|
||||
(with nix-config.packages.x86_64-linux; [
|
||||
|
@ -525,7 +524,7 @@
|
|||
wezterm = {
|
||||
enable = true;
|
||||
package = inputs.wezterm.packages.${pkgs.system}.default;
|
||||
extraConfig = lib.readFile ./dotfiles/dot_config/wezterm/wezterm.lua;
|
||||
# extraConfig = lib.readFile ./dotfiles/dot_config/wezterm/wezterm.lua;
|
||||
};
|
||||
bat = {
|
||||
enable = true;
|
||||
|
@ -724,7 +723,7 @@
|
|||
xdg.configFile."starship.toml".source = ./dotfiles/dot_config/starship.toml;
|
||||
xdg.configFile."niri/config.kdl".source = ./dotfiles/dot_config/niri/config.kdl;
|
||||
|
||||
xdg.configFile."wezterm/launcher.lua".source = ./dotfiles/dot_config/wezterm/launcher.lua;
|
||||
xdg.configFile."wezterm".source = ./dotfiles/dot_config/wezterm;
|
||||
xdg.configFile."just/justfile".source = ./dotfiles/dot_config/just/justfile;
|
||||
xdg.configFile."git".source = ./dotfiles/dot_config/git;
|
||||
xdg.configFile."rbw".source = ./dotfiles/dot_config/rbw;
|
||||
|
|
|
@ -176,19 +176,19 @@ tabline.setup({
|
|||
b = { bg = "#222222", fg = "#eeeeee" }
|
||||
}
|
||||
},
|
||||
section_separators = {
|
||||
left = wezterm.nerdfonts.ple_right_half_circle_thick,
|
||||
right = wezterm.nerdfonts.ple_left_half_circle_thick,
|
||||
},
|
||||
component_separators = {
|
||||
left = wezterm.nerdfonts.ple_right_half_circle_thin,
|
||||
right = wezterm.nerdfonts.ple_left_half_circle_thin,
|
||||
},
|
||||
tab_separators = {
|
||||
left = wezterm.nerdfonts.ple_right_half_circle_thick,
|
||||
right = wezterm.nerdfonts.ple_left_half_circle_thick,
|
||||
},
|
||||
icons_enabled = true,
|
||||
-- section_separators = {
|
||||
-- left = wezterm.nerdfonts.ple_right_half_circle_thick,
|
||||
-- right = wezterm.nerdfonts.ple_left_half_circle_thick,
|
||||
-- },
|
||||
-- component_separators = {
|
||||
-- left = wezterm.nerdfonts.ple_right_half_circle_thin,
|
||||
-- right = wezterm.nerdfonts.ple_left_half_circle_thin,
|
||||
-- },
|
||||
-- tab_separators = {
|
||||
-- left = wezterm.nerdfonts.ple_right_half_circle_thick,
|
||||
-- right = wezterm.nerdfonts.ple_left_half_circle_thick,
|
||||
-- },
|
||||
-- icons_enabled = true,
|
||||
tabs_enabled = true,
|
||||
},
|
||||
sections = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue