mirror of
https://github.com/nix-community/home-manager
synced 2024-12-02 16:09:46 +01:00
parent
14a0dce9e8
commit
de9fc235d0
2 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@ let
|
||||||
nmt = pkgs.fetchFromGitLab {
|
nmt = pkgs.fetchFromGitLab {
|
||||||
owner = "rycee";
|
owner = "rycee";
|
||||||
repo = "nmt";
|
repo = "nmt";
|
||||||
rev = "b6ab61e707ec1ca3839fef42f9960a1179d543c4";
|
rev = "89fb12a2aaa8ec671e22a033162c7738be714305";
|
||||||
sha256 = "097fm1hmsyhy8chf73wwrvafcxny37414fna3haxf0q5fvpv4jfb";
|
sha256 = "07yc1jkgw8vhskzk937k9hfba401q8rn4sgj9baw3fkjl9zrbcyf";
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
|
@ -7,7 +7,7 @@ with lib;
|
||||||
programs.tmux = { enable = false; };
|
programs.tmux = { enable = false; };
|
||||||
|
|
||||||
nmt.script = ''
|
nmt.script = ''
|
||||||
assertFileNotExists home-files/.tmux.conf
|
assertPathNotExists home-files/.tmux.conf
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue