users/global: clean up graphical setup
This commit is contained in:
parent
30219401b0
commit
b114856020
6 changed files with 64 additions and 71 deletions
|
@ -1,14 +1,12 @@
|
|||
{ main, config, lib, pkgs, ... }:
|
||||
|
||||
lib.mkIf main.info.graphical
|
||||
{
|
||||
config = lib.mkIf main.info.graphical {
|
||||
services = {
|
||||
mpris-proxy.enable = true;
|
||||
playerctld.enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
playerctl
|
||||
];
|
||||
services = {
|
||||
mpris-proxy.enable = true;
|
||||
playerctld.enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
playerctl
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue