From fbf4d880ec6ac47fd9f062a2709f90a0c9779b7c Mon Sep 17 00:00:00 2001
From: DerGrumpf
Date: Thu, 3 Apr 2025 00:12:49 +0200
Subject: [PATCH] Added: LogSeq
---
home/hyprland/hyprland.nix | 2 +-
home/programs/productivity/loqseq.nix | 13 +++++++++++++
modules/system.nix | 2 +-
users/phil/home.nix | 2 +-
4 files changed, 16 insertions(+), 3 deletions(-)
create mode 100644 home/programs/productivity/loqseq.nix
diff --git a/home/hyprland/hyprland.nix b/home/hyprland/hyprland.nix
index e70e137..35b97d2 100644
--- a/home/hyprland/hyprland.nix
+++ b/home/hyprland/hyprland.nix
@@ -3,7 +3,7 @@ let
package = pkgs.hyprland;
super = "SUPER";
terminal = "kitty";
- fileManager = "dolphin";
+ fileManager = "spacefm";
menu = "~/.config/rofi/launchers/type-3/launcher.sh";
power = "~/.config/rofi/powermenu/type-6/powermenu.sh";
in
diff --git a/home/programs/productivity/loqseq.nix b/home/programs/productivity/loqseq.nix
new file mode 100644
index 0000000..8485781
--- /dev/null
+++ b/home/programs/productivity/loqseq.nix
@@ -0,0 +1,13 @@
+{ pkgs, ... }:
+let
+ logseq-path = pkgs.logseq.override {
+ electron_27 = pkgs.electron_34;
+ };
+in
+{
+ home.packages = with pkgs; [
+ logseq
+ logseq-patch
+ ];
+
+}
diff --git a/modules/system.nix b/modules/system.nix
index 06523c4..75b2a04 100644
--- a/modules/system.nix
+++ b/modules/system.nix
@@ -97,7 +97,7 @@
programs.dconf.enable = true;
-
+ programs.spacefm.enable = true;
/*programs.xfconf.enable = true;
services.gvfs.enable = true;
services.tumbler.enable = true;
diff --git a/users/phil/home.nix b/users/phil/home.nix
index 1b5fcec..910dc60 100644
--- a/users/phil/home.nix
+++ b/users/phil/home.nix
@@ -11,7 +11,6 @@
../../home/hyprland # Window Manager
../../home/themes/dark
- ../../home/file_manager/spacefm.nix # File Manager
../../home/programs/dev # Dev Tools
@@ -26,6 +25,7 @@
# ../../home/programs/productivity/onlyoffice.nix
../../home/programs/productivity/slicer.nix
../../home/programs/productivity/okular.nix
+ ../../home/programs/productivity/logseq.nix
../../home/programs/social/element.nix
../../home/programs/social/webcord.nix