Compare commits

...

3 Commits

Author SHA1 Message Date
Sam dabff16a37 Add src alias to zshrc 2024-07-27 11:13:19 +01:00
Sam 5fae14f4fc Add nvim language servers for cls and r 2024-07-27 11:12:41 +01:00
Sam c51cb70732 Change dunst border for urgen notifications 2024-07-27 11:12:16 +01:00
3 changed files with 5 additions and 1 deletions

View File

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

View File

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

View File

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