forked from pub-solar/os
ryzensun: disable mopidy
This commit is contained in:
parent
a006bed2ea
commit
d69ed82a31
|
@ -1,10 +1,14 @@
|
|||
{ config, pkgs, lib, self, ... }:
|
||||
with lib;
|
||||
let
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
self,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
psCfg = config.pub-solar;
|
||||
xdg = config.home-manager.users."${psCfg.user.name}".xdg;
|
||||
in
|
||||
{
|
||||
in {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
@ -20,6 +24,8 @@ in
|
|||
pub-solar.docker.enable = true;
|
||||
pub-solar.virtualisation.enable = true;
|
||||
|
||||
pub-solar.audio.mopidy.enable = mkForce false;
|
||||
|
||||
home-manager.users."${psCfg.user.name}".xdg.configFile = mkIf psCfg.sway.enable {
|
||||
"sway/config.d/10-custom-keybindings.conf".source = ./.config/sway/config.d/custom-keybindings.conf;
|
||||
"sway/config.d/autostart.conf".source = ./.config/sway/config.d/autostart.conf;
|
||||
|
|
Loading…
Reference in a new issue