From 6148ef73f6e93774d34b345f12e8aa2e69dfdfe3 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 17:19:21 -0800 Subject: migration: obsidian --- hosts/c-pc/home.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'hosts/c-pc') 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 ]; -- cgit v1.2.3