mirror of
https://github.com/kmein/niveum
synced 2026-03-21 12:21:08 +01:00
home-manager: use release-18.09 branch
This commit is contained in:
2
main.nix
2
main.nix
@@ -3,7 +3,7 @@ let
|
|||||||
helpers = import ./helpers.nix;
|
helpers = import ./helpers.nix;
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
"${builtins.fetchTarball https://github.com/rycee/home-manager/archive/master.tar.gz}/nixos"
|
"${builtins.fetchTarball https://github.com/rycee/home-manager/archive/release-18.09.tar.gz}/nixos"
|
||||||
./options.nix
|
./options.nix
|
||||||
configs/hu-berlin.nix
|
configs/hu-berlin.nix
|
||||||
configs/shells.nix
|
configs/shells.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user