📦 enable logseq again
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 9m44s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 9m44s
This commit is contained in:
parent
cb3c910d8a
commit
1c2af902dc
1 changed files with 4 additions and 3 deletions
|
@ -8,9 +8,10 @@ with pkgs;
|
|||
with lib;
|
||||
{
|
||||
config = mkIf config.gui.enable {
|
||||
#home.packages = [
|
||||
# pkgs.logseq
|
||||
#];
|
||||
|
||||
home.packages = [
|
||||
pkgs.logseq
|
||||
];
|
||||
|
||||
#home.file.".config/Logseq/Preferences".source = (pkgs.formats.json { }).generate "LogseqPreferences.json"
|
||||
# {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue