format everything
This commit is contained in:
parent
9c28397d38
commit
b54f3d54f1
37 changed files with 1185 additions and 1173 deletions
|
|
@ -1,14 +1,14 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
services.spotifyd.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
(symlinkJoin {
|
||||
name = "spotify";
|
||||
paths = [
|
||||
(writeShellScriptBin "spotify" ''${spotify}/bin/spotify --enable-features=UseOzonePlatform --ozone-platform=wayland'')
|
||||
spotify
|
||||
];
|
||||
})
|
||||
];
|
||||
services.spotifyd.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
(symlinkJoin {
|
||||
name = "spotify";
|
||||
paths = [
|
||||
(writeShellScriptBin "spotify" ''${spotify}/bin/spotify --enable-features=UseOzonePlatform --ozone-platform=wayland'')
|
||||
spotify
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue