parent
cb3c910d8a
commit
1c2af902dc
1 changed files with 4 additions and 3 deletions
|
@ -8,9 +8,10 @@ with pkgs;
|
||||||
with lib;
|
with lib;
|
||||||
{
|
{
|
||||||
config = mkIf config.gui.enable {
|
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"
|
#home.file.".config/Logseq/Preferences".source = (pkgs.formats.json { }).generate "LogseqPreferences.json"
|
||||||
# {
|
# {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue