diff --git a/homes/common.nix b/homes/common.nix index 20f18da..f4f1014 100644 --- a/homes/common.nix +++ b/homes/common.nix @@ -1,13 +1,4 @@ -{ config, lib, pkgs, pkgs-unstable, ... }: -let - runic_version = "1.5.0"; - runic = pkgs.fetchFromGitHub { - owner = "fredrikekre"; - repo = "Runic.jl"; - rev = "v${runic_version}"; - hash = "sha256-y+kiBA94vUMHH0fEEBg7+c9PEgzjGqh6nCuSRnawhQI="; - }; -in { +{ config, lib, pkgs, pkgs-unstable, ... }: { imports = [ ./../programs/shells.nix ./../programs/bat.nix @@ -18,16 +9,7 @@ in { ]; home = { stateVersion = "23.11"; - file = { - ".local/bin/runic" = { - source = runic + "/bin/runic"; - executable = true; - }; - ".local/bin/git-runic" = { - source = runic + "/bin/git-runic"; - executable = true; - }; - }; + file = { }; packages = with pkgs; [ btop cowsay @@ -90,9 +72,6 @@ in { run echo '*' | tee $HOME/.cache/hm-git-hash fi ''; - installRunic = lib.hm.dag.entryAfter [ "writeBoundary" ] '' - run ${pkgs.julia-bin}/bin/julia --project=@runic --startup-file=no -e 'using Pkg; Pkg.add(name="Runic", version="${runic_version}")' - ''; }; }; programs = { diff --git a/systems/darwin/corianne.nix b/systems/darwin/corianne.nix index 18263d8..fca7366 100644 --- a/systems/darwin/corianne.nix +++ b/systems/darwin/corianne.nix @@ -112,7 +112,6 @@ "ybeapps/sourcegit/sourcegit" "zed" "zotero" - "zulip" ]; masApps = { "Bitwarden" = 1352778147;