chore: quick push

This commit is contained in:
Nick 2025-03-09 03:44:52 -05:00
parent 26644da9a5
commit f3ed254c00
97 changed files with 149 additions and 2638 deletions

View file

@ -1,11 +0,0 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
logseq
;
};
}

View file

@ -4,7 +4,7 @@
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
inherit (pkgs.kdePackages)
okular
;
};