Delete git.nix
This commit is contained in:
parent
d9fa78b87e
commit
74d8066150
1 changed files with 0 additions and 13 deletions
13
git.nix
13
git.nix
|
|
@ -1,13 +0,0 @@
|
|||
# git.nix
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
home-manager = builtins.fetchTarball {
|
||||
url = "https://github.com/nix-community/home-manager/archive/master.tar.gz";
|
||||
};
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
(import "${home-manager}/nixos")
|
||||
./common.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue