🖌 Styling

- Changed font on waybar to JetBrains Mono, and fontsize to a slighly smaller one
- Removed and refactored style files slightly
- Replaced icon for music in waybar
- Padding for kitty
This commit is contained in:
2024-12-31 13:19:03 +01:00
parent 47d9c12a8f
commit 66dd36235b
4 changed files with 14 additions and 18 deletions

View File

@ -103,15 +103,10 @@
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
security = {
# Adds Swaylock to /etc/pam.d
pam.services.swaylock = { };
};
services = {
displayManager.sddm = {
enable = true;
autoNumlock = true; # Enable numlock at login
autoNumlock = true; # Enable numlock at login # TODO doesn't work
wayland.enable = true;
};