move light to workstation/config... from home.nix

This commit is contained in:
Don Harper 2022-12-28 16:46:44 -06:00
parent def2e7f6fa
commit a01b67770f
2 changed files with 1 additions and 1 deletions

View file

@ -86,7 +86,6 @@
#programs.home-manager.enable = true;
programs.go.enable = true;
programs.light.enable = true;
programs.keychain = {
enable = true;
enableBashIntegration = true;

View file

@ -135,6 +135,7 @@
];
programs.dconf.enable = true;
programs.light.enable = true;
programs.mtr.enable = true;
nixpkgs.overlays = [
( self: super: