This commit is contained in:
parent
9b5529337c
commit
2eaf0985ec
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ ../common ];
|
imports = [ ../common ];
|
||||||
|
@ -81,6 +81,7 @@
|
||||||
|
|
||||||
services.gammastep.enable = true;
|
services.gammastep.enable = true;
|
||||||
services.gammastep.provider = "geoclue2";
|
services.gammastep.provider = "geoclue2";
|
||||||
|
home.packages = with pkgs; [geoclue2];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
dev-commit = {
|
dev-commit = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue