From 9c41f9990568b94991a61b67433c6bf7fb16e94b Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 6 Apr 2025 19:02:58 -0500 Subject: [PATCH] feat: quick commit no time to suss this shit --- modules/home/default.nix | 2 ++ .../home/gui/apps/academic/jabref/default.nix | 0 .../gui/apps/academic/paperlib/default.nix | 0 .../home/gui/apps/academic/zotero/default.nix | 0 .../home/gui/apps/tools/espanso/default.nix | 28 +++++++++++++++---- .../nixos/desktop/wayland/portals/default.nix | 3 ++ systems/mars/config/networking.nix | 2 +- templates/typst/parts/config/devshells.nix | 6 ++-- 8 files changed, 31 insertions(+), 10 deletions(-) mode change 100644 => 100755 modules/home/gui/apps/academic/jabref/default.nix mode change 100644 => 100755 modules/home/gui/apps/academic/paperlib/default.nix mode change 100644 => 100755 modules/home/gui/apps/academic/zotero/default.nix diff --git a/modules/home/default.nix b/modules/home/default.nix index e997ea1..8c452f5 100755 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -31,6 +31,8 @@ in ghostty prismLauncher steam + lutris + heroic zed vsCode feishin diff --git a/modules/home/gui/apps/academic/jabref/default.nix b/modules/home/gui/apps/academic/jabref/default.nix old mode 100644 new mode 100755 diff --git a/modules/home/gui/apps/academic/paperlib/default.nix b/modules/home/gui/apps/academic/paperlib/default.nix old mode 100644 new mode 100755 diff --git a/modules/home/gui/apps/academic/zotero/default.nix b/modules/home/gui/apps/academic/zotero/default.nix old mode 100644 new mode 100755 diff --git a/modules/home/gui/apps/tools/espanso/default.nix b/modules/home/gui/apps/tools/espanso/default.nix index 6b0e7a9..5d87bfb 100755 --- a/modules/home/gui/apps/tools/espanso/default.nix +++ b/modules/home/gui/apps/tools/espanso/default.nix @@ -7,16 +7,32 @@ base = { matches = [ { - trigger = ":now"; - replace = "It's {{currentdate}} {{currenttime}}"; + trigger = ":neg"; + replace = "¬"; } { - trigger = ":hello"; - replace = "line1\nline2"; + trigger = ":conj"; + replace = "∧"; } { - regex = ":hi(?P.*)\\."; - replace = "Hi {{person}}!"; + trigger = ":disj"; + replace = "∨"; + } + { + trigger = ":imp"; + replace = "→"; + } + { + trigger = ":bicon"; + replace = "↔"; + } + { + trigger = ":forall"; + replace = "∀"; + } + { + trigger = ":exist"; + replace = "∃"; } ]; }; diff --git a/modules/nixos/desktop/wayland/portals/default.nix b/modules/nixos/desktop/wayland/portals/default.nix index 658ef52..9b2ab45 100755 --- a/modules/nixos/desktop/wayland/portals/default.nix +++ b/modules/nixos/desktop/wayland/portals/default.nix @@ -14,6 +14,9 @@ # xdg-desktop-portal-hyprland xdg-desktop-portal-wlr ; + inherit (pkgs.kdePackages) + xdg-desktop-portal-kde + ; }; }; }; diff --git a/systems/mars/config/networking.nix b/systems/mars/config/networking.nix index ffb1c73..1f1df8c 100755 --- a/systems/mars/config/networking.nix +++ b/systems/mars/config/networking.nix @@ -23,7 +23,7 @@ in 3131 # Deskreen 1234 # Elm-land server 5037 # ADB Server - 44363 + 53440 ]; }; }; diff --git a/templates/typst/parts/config/devshells.nix b/templates/typst/parts/config/devshells.nix index 0c1ca46..adee003 100755 --- a/templates/typst/parts/config/devshells.nix +++ b/templates/typst/parts/config/devshells.nix @@ -16,9 +16,9 @@ yamlfmt nixfmt-rfc-style ; - inherit (pkgs.nodePackages) - "@commitlint/config-conventional" - ; + # inherit (pkgs.nodePackages) + # "@commitlint/config-conventional" + # ; }; }; shellHook = "${config.pre-commit.installationScript}";