misc changes
This commit is contained in:
parent
9ef9476f80
commit
766115ee4b
6 changed files with 7 additions and 5 deletions
|
|
@ -124,11 +124,13 @@
|
|||
substituters = [
|
||||
"https://attic.xuyh0120.win/lantian"
|
||||
"https://cache.garnix.io"
|
||||
"https://nixos-apple-silicon.cachix.org"
|
||||
];
|
||||
|
||||
trusted-public-keys = [
|
||||
"lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc="
|
||||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||
"nixos-apple-silicon.cachix.org-1:8psDu5SA5dAD7qA0zMy5UT292TxeEPzIz8VVEr2Js20="
|
||||
];
|
||||
|
||||
trusted-users = [
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
asahi-wifisync
|
||||
|
||||
moonlight-qt
|
||||
spotify-webapp
|
||||
# spotify-webapp
|
||||
];
|
||||
|
||||
# https://github.com/YaLTeR/niri/issues/2330#issuecomment-3256864777
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ in {
|
|||
colorizeIcons = false;
|
||||
hideMode = "hidden";
|
||||
id = "ActiveWindow";
|
||||
maxWidth = 375;
|
||||
maxWidth = 500;
|
||||
scrollingMode = "always";
|
||||
showIcon = true;
|
||||
useFixedWidth = false;
|
||||
|
|
@ -140,7 +140,7 @@ in {
|
|||
hideMode = "hidden";
|
||||
hideWhenIdle = false;
|
||||
id = "MediaMini";
|
||||
maxWidth = 275;
|
||||
maxWidth = 300;
|
||||
scrollingMode = "hover";
|
||||
showAlbumArt = false;
|
||||
showArtistFirst = false;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
final: prev: {
|
||||
spotify-webapp = prev.callPackage (builtins.path {path = ./spotify/package.nix;}) {};
|
||||
linux-asahi = prev.callPackage (builtins.path {path = ./linux-fairydust/package.nix;}) {};
|
||||
spotify-webapp = final.callPackage ./spotify-webapp {};
|
||||
linux-asahi = final.callPackage ./linux-asahi {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue