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}";