diff --git a/home/all.nix b/home/all.nix index e652dca..cc9e80c 100755 --- a/home/all.nix +++ b/home/all.nix @@ -15,6 +15,8 @@ rclone waypipe spotdl + browsh + mosh # development & tooling gh @@ -33,7 +35,7 @@ vesktop input-leap libreoffice-qt-fresh - helium-browser + # helium-browser bitwarden-desktop qbittorrent diff --git a/home/hosts/peach.nix b/home/hosts/peach.nix index 47c2be8..9518fed 100644 --- a/home/hosts/peach.nix +++ b/home/hosts/peach.nix @@ -125,14 +125,14 @@ panelIcon = { albumCover = { useAsIcon = true; - radius = 4; + radius = 2; }; }; playbackSource = "auto"; musicControls.showPlaybackControls = false; songText = { displayInSeparateLines = true; - maximumWidth = 280; + maximumWidth = 250; scrolling = { behavior = "alwaysScroll"; speed = 3; diff --git a/home/kde/plasma.nix b/home/kde/plasma.nix index 04e3307..d8bf39a 100644 --- a/home/kde/plasma.nix +++ b/home/kde/plasma.nix @@ -1,6 +1,9 @@ { pkgs, ... }: { + + gtk.theme.name = "Breeze"; + programs.plasma = { enable = true; overrideConfig = true; @@ -250,7 +253,7 @@ iconTasks = { launchers = [ "applications:firefox.desktop" - "applications:helium.desktop" + # "applications:helium.desktop" "applications:org.kde.dolphin.desktop" "applications:vesktop.desktop" "applications:kitty.desktop"