desktop is building I guess, idk, need to start commiting stuff eventually lmao
This commit is contained in:
13
modules/nixos/desktop/cosmic/default.nix
Executable file
13
modules/nixos/desktop/cosmic/default.nix
Executable file
@@ -0,0 +1,13 @@
|
||||
{ config, lib, namespace, ... }:
|
||||
let
|
||||
cfg = config.${namespace}.desktop.cosmic;
|
||||
in
|
||||
{
|
||||
imports = [ ./options.nix ];
|
||||
config = lib.mkIf cfg.enable {
|
||||
services = {
|
||||
desktopManager.cosmic.enable = true;
|
||||
displayManager.cosmic-greeter.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user