Skip to content

Commit

Permalink
logseq
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Dec 13, 2024
1 parent e73dc1c commit 8d7dc35
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions configurations/nixos/vixen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ in
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-p14s-amd-gen4
./configuration.nix
(self + /modules/nixos/linux/distributed-build.nix)
(self + /modules/nixos/linux/gui/logseq.nix)
(self + /modules/nixos/linux/gui/hyprland)
(self + /modules/nixos/linux/gui/gnome.nix)
(self + /modules/nixos/linux/gui/desktopish/fonts.nix)
Expand Down
11 changes: 11 additions & 0 deletions modules/nixos/linux/gui/logseq.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
logseq
];

# For logseq
nixpkgs.config.permittedInsecurePackages = [
"electron-27.3.11"
];
}

0 comments on commit 8d7dc35

Please sign in to comment.