summaryrefslogblamecommitdiff
path: root/nixpkgs/lindy.nix
blob: 98b5dcd418bc4f22bf3a02c0dc47d35beda7b2a6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                             

                                               





                                   

 
{ pkgs, ... }: {
  imports = [ ./common.nix ];

  home.homeDirectory = "/home/lx";
  xdg.userDirs.download = "/home/lx/Downloads";

  programs.keychain = {
    enable = true;
    enableBashIntegration = true;
    keys = [ "~/.ssh/id_ed25519" ];
  };
}