diff --git a/all-hies b/all-hies new file mode 160000 index 0000000..706058c --- /dev/null +++ b/all-hies @@ -0,0 +1 @@ +Subproject commit 706058c72696a238efe498c9f4af947e5480b9e3 diff --git a/home/home.nix b/home/home.nix index 2da9022..2a15902 100644 --- a/home/home.nix +++ b/home/home.nix @@ -5,7 +5,8 @@ with pkgs; let unstable = import {}; mybrowser = firefox; - all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {}; + #all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {}; + all-hies = import ../all-hies {}; pypi2nix = import ( pkgs.fetchgit { url = "https://github.com/nix-community/pypi2nix"; @@ -324,10 +325,6 @@ in terminal = "screen-256color"; }; - #systemd.user.services.lorri = { - # Service.ExecStart = lib.mkForce "${pkgs.lorri}/bin/lorri -v daemon"; - # Install.WantedBy = [ "default.target" ]; - #}; systemd.user.startServices = true; services.lorri.enable = true;