Config changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, config, ... }:
|
||||
{ lib, config, inputs, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
@@ -14,6 +14,10 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
inputs.nixos-cosmic.nixosModules.default
|
||||
];
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
|
||||
|
Reference in New Issue
Block a user