Compare commits

..

No commits in common. "dabff16a37ec20dcb6caedfb955b685d0ef8515f" and "c4ac477d6f794478f1eca0d4517ea5644aa868a6" have entirely different histories.

3 changed files with 1 additions and 5 deletions

View File

@ -10,9 +10,6 @@
html = { enable = true; }; html = { enable = true; };
yamlls = { enable = true; }; yamlls = { enable = true; };
marksman = { enable = true; }; marksman = { enable = true; };
ccls = { enable = true; };
cssls = { enable = true; };
r-language-server = { enable = true; };
#sqls = {enable = true;}; #sqls = {enable = true;};
}; };
keymaps = { keymaps = {

View File

@ -8,7 +8,6 @@
shellAliases = { shellAliases = {
ll = "ls -l"; ll = "ls -l";
src = "cd ~/.local/share/src";
}; };
history.size = 10000; history.size = 10000;
history.path = "${config.xdg.dataHome}/zsh/history"; history.path = "${config.xdg.dataHome}/zsh/history";

View File

@ -171,7 +171,7 @@
urgency_critical = { urgency_critical = {
background = "#${config.colorScheme.colors.base08}"; background = "#${config.colorScheme.colors.base08}";
foreground = "#${config.colorScheme.colors.base05}"; foreground = "#${config.colorScheme.colors.base05}";
frame_color = "#${config.colorScheme.colors.base05}"; frame_color = "#${config.colorScheme.colors.base00}";
timeout = 0; timeout = 0;
}; };
}; };