From 684eaa6f46c30c18e53875e200180980797f5902 Mon Sep 17 00:00:00 2001 From: guangtao Date: Wed, 27 Mar 2024 19:44:49 -0700 Subject: [PATCH] fix(homeProfiles.prests.direnv): remove fishIntegation --- docs/org/linux-desktop.org | 16 ++++++++++++++++ units/nixos/homeProfiles/presets/direnv.nix | 1 - 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 docs/org/linux-desktop.org diff --git a/docs/org/linux-desktop.org b/docs/org/linux-desktop.org new file mode 100644 index 0000000..10e1637 --- /dev/null +++ b/docs/org/linux-desktop.org @@ -0,0 +1,16 @@ +:PROPERTIES: +:ID: 14767bd9-8cc2-4bf9-8547-a77cb65710f5 +:END: +#+TITLE: linux-desktop +#+AUTHOR: GuangTao Zhang +#+EMAIL: gtrunsec@hardenedlinux.org +#+DATE: 2024-03-25 Mon 09:29 + + + + +* Document viewer + +** [[https://github.com/pwmt/zathura][pwmt/zathura: a document viewer]] + +** [[https://github.com/ahrm/sioyek][ahrm/sioyek: Sioyek is a PDF viewer with a focus on textbooks and research papers]] :pdf: diff --git a/units/nixos/homeProfiles/presets/direnv.nix b/units/nixos/homeProfiles/presets/direnv.nix index 8b00764..cdf0038 100644 --- a/units/nixos/homeProfiles/presets/direnv.nix +++ b/units/nixos/homeProfiles/presets/direnv.nix @@ -11,7 +11,6 @@ in programs.direnv = { enable = true; enableZshIntegration = lib.mkIf config.programs.zsh.enable true; - enableFishIntegration = lib.mkIf config.programs.fish.enable true; enableBashIntegration = lib.mkIf config.programs.bash.enable true; enableNushellIntegration = lib.mkIf config.programs.nushell.enable true; nix-direnv = {