aboutsummaryrefslogblamecommitdiff
path: root/nix/profiles/home-manager/work.nix
blob: 06434268a074155291c96f3a6b1f3701104f35f4 (plain) (tree)
1
2
3
4
5
6
7
8
9
          





                              
              
             
               



             


                                   
 
{ ... }: {

  home.stateVersion = "23.05";

  imports = [
    ./dev.nix
    ./firefox.nix
    ./fish.nix
    ./git.nix
    ./shell.nix
    ./ssh.nix
    ./zsh.nix
  ];

  programs.git = {
    userEmail = "fcuny@roblox.com";
  };
}