treewide: read commit description

What changed here was:
- I updated the lock file
- I added ZNC to my services
- I moved my services to a new directory
- I renamed my user to arturm
- I renamed my system to cityseventeen
- I moved to en_US.UTF-8
- I switched to using Rose Pine
- I added a Mako option
- Some refactoring where it was needed

These are all changes I forgot to commit, I had intentions
of commiting them but I didn't until now. Oops!
This commit is contained in:
Artur Manuel 2025-04-12 20:50:25 +01:00
commit cddcce6db9
Signed by: amadaluzia
SSH key fingerprint: SHA256:ubvwT66gNUKSsgSzEb2UQnX8pzTq5N+r8eRVYGJJm4Q
20 changed files with 380 additions and 226 deletions

View file

@ -17,7 +17,7 @@
"L+ %h/.config/waybar - - - - ${./configs/waybar}"
"L+ %h/.face.icon - - - - ${./.face.icon}"
"L+ %h/.gitconfig - - - - ${./configs/git/gitconfig}"
"L+ %h/.config/vesktop/settings/quickCss.css - - - - ${./configs/vesktop/quickCss.css}"
# "L+ %h/.config/vesktop/settings/quickCss.css - - - - ${./configs/vesktop/quickCss.css}"
];
packages = builtins.attrValues {
inherit (pkgs)
@ -31,16 +31,15 @@
nautilus
librewolf
playerctl
geary
evolution
qutebrowser
mako
gh
fuzzel
foot
signal-desktop
dino
polari
vesktop
# vesktop
;
inherit (inputs.hetch.packages.${pkgs.system}) hetch;
};