mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2026-05-13 08:42:43 +00:00
Added Zed, Enabled KDE-Connect, Added New Stylix Targets
This commit is contained in:
parent
e83d44649c
commit
f0cccc2117
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue