26 lines
760 B
Markdown
26 lines
760 B
Markdown
- [ ] get kanshi working with hyprland
|
|
|
|
- [ ] Update the README.md
|
|
- [ ] switch ssh keys to ECC (fuck RSA)
|
|
|
|
- [ ] setup my own VPN
|
|
- [ ] connect matcha to my VPN
|
|
- [ ] use matcha to build stuff instead of using my laptop
|
|
|
|
- [ ] 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)
|