Move gammastep configuration
This commit is contained in:
parent
3cad85bcdf
commit
00b2502936
4 changed files with 6 additions and 8 deletions
|
@ -1,10 +1,6 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
|
||||||
./t480/gammastep.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
zsh.shellAliases =
|
zsh.shellAliases =
|
||||||
let
|
let
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
services.gammastep.enable = true;
|
|
||||||
services.gammastep.provider = "geoclue2";
|
|
||||||
}
|
|
3
modules2/gammastep/enable.nix
Normal file
3
modules2/gammastep/enable.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
flake.modules.homManager.gui.services.gammastep.enable = true;
|
||||||
|
}
|
3
modules2/gammastep/provider.nix
Normal file
3
modules2/gammastep/provider.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
flake.modules.homManager.gui.services.gammastep.provider = "geoclue2";
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue