This commit is contained in:
parent
2eaf0985ec
commit
57ee43c455
3 changed files with 11 additions and 6 deletions
|
@ -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;
|
||||||
|
|
4
home/opdavies/t480/gammastep.nix
Normal file
4
home/opdavies/t480/gammastep.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
services.gammastep.enable = true;
|
||||||
|
services.gammastep.provider = "geoclue2";
|
||||||
|
}
|
|
@ -16,6 +16,8 @@
|
||||||
../../users/opdavies.nix
|
../../users/opdavies.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.geoclue2.enable = true;
|
||||||
|
|
||||||
cli = {
|
cli = {
|
||||||
kanata = {
|
kanata = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue