From 57ee43c455e756f5ddddc025b6655e47429695b4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 27 Jun 2025 01:23:16 +0100 Subject: [PATCH] Automated dev commit --- home/opdavies/t480.nix | 11 +++++------ home/opdavies/t480/gammastep.nix | 4 ++++ hosts/t480/configuration.nix | 2 ++ 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 home/opdavies/t480/gammastep.nix diff --git a/home/opdavies/t480.nix b/home/opdavies/t480.nix index a0f2554c..04ded7bc 100644 --- a/home/opdavies/t480.nix +++ b/home/opdavies/t480.nix @@ -1,7 +1,10 @@ -{ config, pkgs, ... }: +{ config, ... }: { - imports = [ ../common ]; + imports = [ + ../common + ./t480/gammastep.nix + ]; cli = { bluetuith.enable = true; @@ -79,10 +82,6 @@ # redshift.enable = true; }; - services.gammastep.enable = true; - services.gammastep.provider = "geoclue2"; - home.packages = with pkgs; [geoclue2]; - programs = { dev-commit = { enable = true; diff --git a/home/opdavies/t480/gammastep.nix b/home/opdavies/t480/gammastep.nix new file mode 100644 index 00000000..e95feb1e --- /dev/null +++ b/home/opdavies/t480/gammastep.nix @@ -0,0 +1,4 @@ +{ + services.gammastep.enable = true; + services.gammastep.provider = "geoclue2"; +} diff --git a/hosts/t480/configuration.nix b/hosts/t480/configuration.nix index ff823e95..6a429733 100644 --- a/hosts/t480/configuration.nix +++ b/hosts/t480/configuration.nix @@ -16,6 +16,8 @@ ../../users/opdavies.nix ]; + services.geoclue2.enable = true; + cli = { kanata = { enable = true;