home.nix
changeset 21 a6ca4dbd5316
parent 20 ab2a7f653156
child 22 2162f44d9a3a
equal deleted inserted replaced
20:ab2a7f653156 21:a6ca4dbd5316
    54     pkgs.netpbm       # pnmtops
    54     pkgs.netpbm       # pnmtops
    55     pkgs.ghostscript
    55     pkgs.ghostscript
    56     pkgs.pdftk
    56     pkgs.pdftk
    57   ];
    57   ];
    58 
    58 
       
    59   home.username = "tomas";
       
    60   home.homeDirectory = "/home/tomas";
       
    61 
    59   nixpkgs.config = import ./nixpkgs-config.nix;
    62   nixpkgs.config = import ./nixpkgs-config.nix;
    60 
    63 
    61   programs.autojump = {
    64   programs.autojump = {
    62     enable = true;
    65     enable = true;
    63     enableBashIntegration = true;
    66     enableBashIntegration = true;
    81   programs.home-manager.enable = true;
    84   programs.home-manager.enable = true;
    82 
    85 
    83   programs.direnv = {
    86   programs.direnv = {
    84     enable = true;
    87     enable = true;
    85     enableBashIntegration = true;
    88     enableBashIntegration = true;
    86     enableNixDirenvIntegration = true;
    89     nix-direnv.enable = true;
    87   };
    90   };
    88 
    91 
    89   services.gpg-agent = {
    92   services.gpg-agent = {
    90     enable = true;
    93     enable = true;
    91     pinentryFlavor = "gtk2";
    94     pinentryFlavor = "gtk2";
   100   # incompatible changes.
   103   # incompatible changes.
   101   #
   104   #
   102   # You can update Home Manager without changing this value. See
   105   # You can update Home Manager without changing this value. See
   103   # the Home Manager release notes for a list of state version
   106   # the Home Manager release notes for a list of state version
   104   # changes in each release.
   107   # changes in each release.
   105   home.stateVersion = "20.03";
   108   home.stateVersion = "21.05";
   106 }
   109 }
   107 
   110 
   108 # vim: ts=2 sw=2 et 
   111 # vim: ts=2 sw=2 et