diff options
Diffstat (limited to 'hosts')
| -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 ]; |