diff --git a/homes/x86_64-linux/kb@LoyAdjo/default.nix b/homes/x86_64-linux/kb@LoyAdjo/default.nix index a02f21a..2d5ee70 100644 --- a/homes/x86_64-linux/kb@LoyAdjo/default.nix +++ b/homes/x86_64-linux/kb@LoyAdjo/default.nix @@ -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";