test
This commit is contained in:
@@ -1,17 +1,12 @@
|
||||
{ inputs, ... }: {
|
||||
|
||||
flake.nixosModules.default = { config, lib, pkgs, ... }: {
|
||||
flake.nixosModules.aurora-greeter = { config, lib, pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
inputs.aurora.nixosModules.default
|
||||
];
|
||||
|
||||
options.sysconfig.services.aurora-greeter.enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
};
|
||||
|
||||
config = lib.mkIf config.sysconfig.services.aurora-greeter.enable {
|
||||
config = {
|
||||
|
||||
services.aurora-greeter = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user