@ -5,6 +5,7 @@
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf mkEnableOption;
|
||||
cfg = config.desktop.cosmic;
|
||||
in {
|
||||
imports = with inputs; [
|
||||
@ -12,9 +13,9 @@ in {
|
||||
];
|
||||
options = {
|
||||
desktop.cosmic.enable =
|
||||
lib.mkEnableOption "enable cosmic desktop";
|
||||
mkEnableOption "enable cosmic desktop";
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
config = mkIf cfg.enable {
|
||||
sound.pipewire.enable = true;
|
||||
nix.settings = {
|
||||
substituters = ["https://cosmic.cachix.org/"];
|
||||
|
Reference in New Issue
Block a user