changes
This commit is contained in:
parent
0cd61c0a9d
commit
559df9da6b
2 changed files with 15 additions and 10 deletions
18
home/all.nix
18
home/all.nix
|
|
@ -14,6 +14,7 @@
|
|||
wl-clipboard
|
||||
rclone
|
||||
waypipe
|
||||
spotdl
|
||||
|
||||
# development & tooling
|
||||
gh
|
||||
|
|
@ -30,19 +31,24 @@
|
|||
|
||||
# gui applications
|
||||
vesktop
|
||||
prismlauncher
|
||||
strawberry
|
||||
input-leap
|
||||
libreoffice-qt-fresh
|
||||
spotify-player
|
||||
spotdl
|
||||
helium-browser
|
||||
bitwarden-desktop
|
||||
qbittorrent
|
||||
|
||||
# gui applications ( games )
|
||||
openmw
|
||||
prismlauncher
|
||||
|
||||
# gui applications ( multimedia )
|
||||
audacity
|
||||
strawberry
|
||||
musescore
|
||||
mpv
|
||||
gimp
|
||||
calibre
|
||||
helium-browser
|
||||
bitwarden-desktop
|
||||
spotify-player
|
||||
|
||||
# browsers
|
||||
# (chromium.override {
|
||||
|
|
|
|||
|
|
@ -117,16 +117,15 @@
|
|||
plasmusicToolbar = {
|
||||
panelIcon = {
|
||||
albumCover = {
|
||||
useAsIcon = false;
|
||||
radius = 8;
|
||||
useAsIcon = true;
|
||||
radius = 4;
|
||||
};
|
||||
icon = "";
|
||||
};
|
||||
playbackSource = "auto";
|
||||
musicControls.showPlaybackControls = false;
|
||||
songText = {
|
||||
displayInSeparateLines = true;
|
||||
maximumWidth = 320;
|
||||
maximumWidth = 280;
|
||||
scrolling = {
|
||||
behavior = "alwaysScroll";
|
||||
speed = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue