disable mako, add kotlin vscode extension, add ssh alias for github

This commit is contained in:
cy 2025-02-23 12:47:42 -05:00
parent f0de5bb3fd
commit 24efa5183a
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
4 changed files with 40 additions and 48 deletions

View file

@ -58,6 +58,11 @@
};
help.autocorrect = 1;
"mergetool \"vimdiff\"".cmd = "nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'";
url = {
"ssh://git@github.com/" = {
insteadOf = "https://github.com/";
};
};
};
};
programs.ripgrep.enable = true;

View file

@ -148,22 +148,6 @@
programs.waybar.enable = true;
programs.feh.enable = true;
services.mako = {
enable = false;
backgroundColor = "#1a1a1a";
defaultTimeout = 5000;
borderSize = 0;
borderRadius = 10;
font = "DejaVu Sans Mono 11";
padding = "10";
textColor = "#ffffff";
extraConfig = ''
[urgency=high]
background-color=#c00000
border-color=#ff0000
'';
};
xdg.configFile = {
rofi.source = ../rofi;
waybar.source = ../waybar;