Move gammastep configuration

This commit is contained in:
Oliver Davies 2025-08-03 22:01:00 +01:00
parent 3cad85bcdf
commit 00b2502936
4 changed files with 6 additions and 8 deletions

View file

@ -1,10 +1,6 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [
./t480/gammastep.nix
];
programs = { programs = {
zsh.shellAliases = zsh.shellAliases =
let let

View file

@ -1,4 +0,0 @@
{
services.gammastep.enable = true;
services.gammastep.provider = "geoclue2";
}

View file

@ -0,0 +1,3 @@
{
flake.modules.homManager.gui.services.gammastep.enable = true;
}

View file

@ -0,0 +1,3 @@
{
flake.modules.homManager.gui.services.gammastep.provider = "geoclue2";
}