mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Remove geoclue and gammastep modules
This commit is contained in:
parent
9ea6397786
commit
517310cf86
5 changed files with 0 additions and 43 deletions
|
|
@ -1,15 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
options.custom.services.geoclue.enable = lib.mkEnableOption "";
|
||||
|
||||
config = lib.mkIf config.custom.services.geoclue.enable {
|
||||
services.geoclue2 = {
|
||||
enable = true;
|
||||
|
||||
appConfig.gammastep = {
|
||||
isAllowed = true;
|
||||
isSystem = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue