my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

isabel/notes: remove zotero

isabel 41fc4111 7e711533

+6 -14
+6 -14
home/isabel/gui/notes.nix
··· 13 13 in 14 14 { 15 15 config = lib.mkIf cond { 16 - garden.packages = lib.mkMerge [ 17 - { 18 - inherit (pkgs) 19 - obsidian 20 - pandoc 21 - ; 22 - } 23 - 24 - (lib.mkIf pkgs.stdenv.hostPlatform.isLinux { 25 - inherit (pkgs) 26 - zotero 27 - ; 28 - }) 29 - ]; 16 + garden.packages = { 17 + inherit (pkgs) 18 + obsidian 19 + pandoc 20 + ; 21 + }; 30 22 31 23 programs.zk = { 32 24 enable = true;