Merge branch 'master' of ymir:lulusilly/dotfiles

This commit is contained in:
lulusilly 2025-09-19 21:47:07 -04:00
commit 4ab1328e9c
4 changed files with 62 additions and 1 deletions

View file

@ -70,6 +70,8 @@
enable = true;
enableSSHSupport = true;
};
# Espanso for text expansion
services.espanso.enable = true;
# OpenSSH
services.openssh.enable = true;
}

View file

@ -78,6 +78,7 @@
keepassxc # Secure password manager
syncthing # Self explanatory
ghostty # Terminal emulator
irssi # Terminal IRC client
# Fonts
nerd-fonts.jetbrains-mono
miracode

View file

@ -27,7 +27,7 @@
];
configFile = builtins.fetchurl {
url = https://git.luluslly.xyz/lulusilly/dotfiles/raw/branch/master/.config/kanata/conf.kbd;
sha256 = "1jv6051igv4yxwr9bxzil6qrynvg3imlnh65lxhjdfcvpnmlcy6p";
sha256 = "97947618d01cc8bd553c2d305537b9db6962a3a9205cda43abadc1b87eed901f";
};
};
};