nixconf

nixos dots
git clone git://popovic.xyz/nixos.config.git
Log | Files | Refs

dotfiles.nix (320B)


      1 {
      2   dotfiles = builtins.fetchGit {
      3     url = "git://popovic.xyz/dots.git";
      4     ref = "master";
      5     rev = "16f7908b64b131dca39309e7e82b3ca364dcd187";
      6 
      7   };
      8   nvim-config = builtins.fetchGit {
      9     url = "git://popovic.xyz/config.nvim.git";
     10     ref = "master";
     11     rev = "8179b31d351c990ba1eda277816f7c5507a6d477";
     12 
     13   };
     14 }