Remove gitui and zellij
I really wasn't using them anyway...
This commit is contained in:
parent
9052f9aa58
commit
f452aae9fc
|
@ -7,7 +7,6 @@
|
||||||
swaylock.enable = true;
|
swaylock.enable = true;
|
||||||
xresources.enable = true;
|
xresources.enable = true;
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
zellij.enable = true;
|
|
||||||
};
|
};
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"style.css".text = with config.lib.stylix.colors.withHashtag; ''
|
"style.css".text = with config.lib.stylix.colors.withHashtag; ''
|
||||||
|
@ -113,34 +112,6 @@
|
||||||
credential.helper = "${pkgs.gitFull}/bin/git-credential-libsecret";
|
credential.helper = "${pkgs.gitFull}/bin/git-credential-libsecret";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
gitui = {
|
|
||||||
enable = true;
|
|
||||||
theme = ''
|
|
||||||
(
|
|
||||||
selected_tab: Some(Reset),
|
|
||||||
command_fg: Some(Rgb(205, 214, 244)),
|
|
||||||
selection_bg: Some(Rgb(88, 91, 112)),
|
|
||||||
selection_fg: Some(Rgb(205, 214, 244)),
|
|
||||||
cmdbar_bg: Some(Rgb(24, 24, 37)),
|
|
||||||
cmdbar_extra_lines_bg: Some(Rgb(24, 24, 37)),
|
|
||||||
disabled_fg: Some(Rgb(127, 132, 156)),
|
|
||||||
diff_line_add: Some(Rgb(166, 227, 161)),
|
|
||||||
diff_line_delete: Some(Rgb(243, 139, 168)),
|
|
||||||
diff_file_added: Some(Rgb(249, 226, 175)),
|
|
||||||
diff_file_removed: Some(Rgb(235, 160, 172)),
|
|
||||||
diff_file_moved: Some(Rgb(203, 166, 247)),
|
|
||||||
diff_file_modified: Some(Rgb(250, 179, 135)),
|
|
||||||
commit_hash: Some(Rgb(180, 190, 254)),
|
|
||||||
commit_time: Some(Rgb(186, 194, 222)),
|
|
||||||
commit_author: Some(Rgb(116, 199, 236)),
|
|
||||||
danger_fg: Some(Rgb(243, 139, 168)),
|
|
||||||
push_gauge_bg: Some(Rgb(137, 180, 250)),
|
|
||||||
push_gauge_fg: Some(Rgb(30, 30, 46)),
|
|
||||||
tag_fg: Some(Rgb(245, 224, 220)),
|
|
||||||
branch_fg: Some(Rgb(148, 226, 213))
|
|
||||||
)
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
ssh = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
|
@ -268,7 +239,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
zellij = { enable = true; };
|
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
|
|
Loading…
Reference in a new issue