diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 17:19:21 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:51 -0700 |
| commit | 6148ef73f6e93774d34b345f12e8aa2e69dfdfe3 (patch) | |
| tree | 1687bbaad84a98334f3908618e65a5826042199f /hosts/c-pc | |
| parent | 97f0818a251ccb7c100ad2af966b86a9b9b5950f (diff) | |
migration: obsidian
Diffstat (limited to 'hosts/c-pc')
| -rw-r--r-- | hosts/c-pc/home.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hosts/c-pc/home.nix b/hosts/c-pc/home.nix index 0296bae..23c1973 100644 --- a/hosts/c-pc/home.nix +++ b/hosts/c-pc/home.nix @@ -23,8 +23,6 @@ ".irssi" - ".config/Obsidian" - ".config/jellyfin" ".local/share/jellyfin" ".cache/jellyfin" @@ -39,10 +37,6 @@ zoxide.enable = true; }; - nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ - "obsidian" - ]; - home.packages = with pkgs; [ pfetch @@ -50,8 +44,6 @@ mkvtoolnix - obsidian - #TODO: latest update broke # jetbrains.idea-community ]; |