misc changes

This commit is contained in:
Sean Kovacs 2026-01-14 15:48:07 -05:00
commit 766115ee4b
Signed by: sckova
GPG key ID: 00F325187C68651A
6 changed files with 7 additions and 5 deletions

View file

@ -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 = [

View file

@ -15,7 +15,7 @@
asahi-wifisync
moonlight-qt
spotify-webapp
# spotify-webapp
];
# https://github.com/YaLTeR/niri/issues/2330#issuecomment-3256864777

View file

@ -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;

View file

@ -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 {};
}