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 = {
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;

View file

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

View file

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