remodel begin
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
options.sysconfig.opts.ags.enable = lib.options.mkOption {
|
||||
options.sysconfig.programs.ags.enable = lib.options.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
};
|
||||
|
||||
config = lib.mkIf config.sysconfig.opts.ags.enable {
|
||||
config = lib.mkIf config.sysconfig.programs.ags.enable {
|
||||
services = {
|
||||
upower.enable = true;
|
||||
gvfs.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user