remove loose files
This commit is contained in:
parent
85071855ec
commit
d9d253fd2a
3 changed files with 13 additions and 32 deletions
14
TODO.md
14
TODO.md
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue