remove loose files

This commit is contained in:
do butterflies cry? 2026-03-22 12:30:39 +10:00
parent 85071855ec
commit d9d253fd2a
Signed by: cry
GPG key ID: F68745A836CA0412
3 changed files with 13 additions and 32 deletions

14
TODO.md
View file

@ -5,9 +5,21 @@
- [ ] connect matcha to my VPN
- [ ] use matcha to build stuff instead of using my laptop
- [X] update bat config
- [ ] switch to zsh? or maybe elvish?
- [ ] switch to neovim
- [ ] switch to mangowc
- [ ] fix my fuck ass emojis
# add sddm profile pic
systemd.tmpfiles.rules = let
imagePath = /${root}/homes/aurora/profile.png;
in
lib.mkIf (builtins.pathExists imagePath) [
"L /var/lib/AccountsService/icons/${config.home.username} - - - - ${imagePath}"
];
# Cerulean should automatically add set home-managers `home.username` and `home.homeDirectory`
# (this can be done by using .extendModule from the nixos module system :3)