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

This commit is contained in:
Oliver Davies 2025-06-27 01:12:06 +01:00
parent 9b5529337c
commit 2eaf0985ec

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
{
imports = [ ../common ];
@ -81,6 +81,7 @@
services.gammastep.enable = true;
services.gammastep.provider = "geoclue2";
home.packages = with pkgs; [geoclue2];
programs = {
dev-commit = {