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
|
wl-clipboard
|
||||||
rclone
|
rclone
|
||||||
waypipe
|
waypipe
|
||||||
|
spotdl
|
||||||
|
|
||||||
# development & tooling
|
# development & tooling
|
||||||
gh
|
gh
|
||||||
|
|
@ -30,19 +31,24 @@
|
||||||
|
|
||||||
# gui applications
|
# gui applications
|
||||||
vesktop
|
vesktop
|
||||||
prismlauncher
|
|
||||||
strawberry
|
|
||||||
input-leap
|
input-leap
|
||||||
libreoffice-qt-fresh
|
libreoffice-qt-fresh
|
||||||
spotify-player
|
helium-browser
|
||||||
spotdl
|
bitwarden-desktop
|
||||||
|
qbittorrent
|
||||||
|
|
||||||
|
# gui applications ( games )
|
||||||
openmw
|
openmw
|
||||||
|
prismlauncher
|
||||||
|
|
||||||
|
# gui applications ( multimedia )
|
||||||
|
audacity
|
||||||
|
strawberry
|
||||||
musescore
|
musescore
|
||||||
mpv
|
mpv
|
||||||
gimp
|
gimp
|
||||||
calibre
|
calibre
|
||||||
helium-browser
|
spotify-player
|
||||||
bitwarden-desktop
|
|
||||||
|
|
||||||
# browsers
|
# browsers
|
||||||
# (chromium.override {
|
# (chromium.override {
|
||||||
|
|
|
||||||
|
|
@ -117,16 +117,15 @@
|
||||||
plasmusicToolbar = {
|
plasmusicToolbar = {
|
||||||
panelIcon = {
|
panelIcon = {
|
||||||
albumCover = {
|
albumCover = {
|
||||||
useAsIcon = false;
|
useAsIcon = true;
|
||||||
radius = 8;
|
radius = 4;
|
||||||
};
|
};
|
||||||
icon = "";
|
|
||||||
};
|
};
|
||||||
playbackSource = "auto";
|
playbackSource = "auto";
|
||||||
musicControls.showPlaybackControls = false;
|
musicControls.showPlaybackControls = false;
|
||||||
songText = {
|
songText = {
|
||||||
displayInSeparateLines = true;
|
displayInSeparateLines = true;
|
||||||
maximumWidth = 320;
|
maximumWidth = 280;
|
||||||
scrolling = {
|
scrolling = {
|
||||||
behavior = "alwaysScroll";
|
behavior = "alwaysScroll";
|
||||||
speed = 3;
|
speed = 3;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue