summaryrefslogtreecommitdiff
path: root/nix-home-config/pincer.nix
blob: 9e52bdba31efde8b2ca8b0d123c9828c2d34d0ae (plain)
1
2
3
4
5
6
7
8
9
10
{ config, pkgs, ... }:

{
  imports = [
    ./my-env.nix
    ./synergy-client.nix
  ];

  home.stateVersion = "19.03";
}