Automated dev commit
All checks were successful
/ check (push) Successful in 1m41s

This commit is contained in:
Oliver Davies 2025-06-27 01:23:16 +01:00
parent 2eaf0985ec
commit 57ee43c455
3 changed files with 11 additions and 6 deletions

View file

@ -1,7 +1,10 @@
{ config, pkgs, ... }: { config, ... }:
{ {
imports = [ ../common ]; imports = [
../common
./t480/gammastep.nix
];
cli = { cli = {
bluetuith.enable = true; bluetuith.enable = true;
@ -79,10 +82,6 @@
# redshift.enable = true; # redshift.enable = true;
}; };
services.gammastep.enable = true;
services.gammastep.provider = "geoclue2";
home.packages = with pkgs; [geoclue2];
programs = { programs = {
dev-commit = { dev-commit = {
enable = true; enable = true;

View file

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

View file

@ -16,6 +16,8 @@
../../users/opdavies.nix ../../users/opdavies.nix
]; ];
services.geoclue2.enable = true;
cli = { cli = {
kanata = { kanata = {
enable = true; enable = true;