mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03:51 -08:00
Compare commits
No commits in common. "6a3c7cfb84473a3cd26f6e2bdadef040d37362ce" and "d19de293795d24edbbfae56094179cc8dd40ca07" have entirely different histories.
6a3c7cfb84
...
d19de29379
3 changed files with 5 additions and 11 deletions
|
@ -5,13 +5,13 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
|
with inputs;
|
||||||
[
|
[
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
../../modules/linux/audio
|
../../modules/linux/audio
|
||||||
../../modules/linux/networking
|
../../modules/linux/networking
|
||||||
../../modules/linux/fonts
|
../../modules/linux/fonts
|
||||||
../../modules/linux/greeter
|
../../modules/linux/greeter
|
||||||
# ../../modules/linux/spotifyd
|
|
||||||
../../modules/linux/core
|
../../modules/linux/core
|
||||||
../../modules/linux/desktop-portal
|
../../modules/linux/desktop-portal
|
||||||
../../modules/linux/stylix
|
../../modules/linux/stylix
|
||||||
|
|
|
@ -2,12 +2,9 @@
|
||||||
{
|
{
|
||||||
services.spotifyd = {
|
services.spotifyd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
# settings = {global = 320;};
|
||||||
global = {
|
|
||||||
bitrate = 320;
|
|
||||||
use_mpris = true;
|
|
||||||
device_type = "computer";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.spotify-player
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,8 +51,6 @@
|
||||||
services.easyeffects.enable = true;
|
services.easyeffects.enable = true;
|
||||||
services.easyeffects.package = pkgs.easyeffects;
|
services.easyeffects.package = pkgs.easyeffects;
|
||||||
|
|
||||||
programs.spotify-player.enable = true;
|
|
||||||
|
|
||||||
# Notification daemon
|
# Notification daemon
|
||||||
# services.dunst = {
|
# services.dunst = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
@ -106,6 +104,5 @@
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
spt = "${pkgs.spotify-player}/bin/spotify_player";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue