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