Added Zed, Enabled KDE-Connect, Added New Stylix Targets

This commit is contained in:
Kaybee 2026-03-31 14:38:00 +02:00
parent e83d44649c
commit f0cccc2117
No known key found for this signature in database

View file

@ -42,6 +42,7 @@
# Customization
razergenie
# Development
zed-editor
vscodium
scrcpy
# Experiments
@ -63,6 +64,8 @@
taskwarrior3
];
services.kdeconnect.enable = true;
services.syncthing.enable = true;
services.syncthing.extraOptions = [
"--config=/home/kb/.config/syncthing"
@ -86,6 +89,9 @@
stylix.targets.waybar.enableCenterBackColors = true;
stylix.targets.waybar.enableRightBackColors = true;
stylix.targets.waybar.font = "sansSerif";
stylix.targets.firefox.profileNames = [ "default" ];
stylix.targets.qt.platform = "qtct";
home.stateVersion = "24.05";