wip: added obsidian

but waybar failed to build
This commit is contained in:
2025-07-30 08:29:27 -04:00
parent 13fc210f8b
commit 739f2e125f
6 changed files with 71 additions and 18 deletions

View File

@@ -1,4 +1,5 @@
{
config,
lib,
pkgs,
userName,
@@ -13,7 +14,7 @@
};
in {
# Import sub modules
imports = map (module: import module {inherit lib pkgs dirs userName userEmail ghostty;}) [
imports = map (module: import module {inherit config lib pkgs dirs userName userEmail ghostty;}) [
./atuin.nix
./shell.nix
./packages
@@ -27,6 +28,7 @@ in {
./browser.nix
./zellij.nix
./bat.nix
./obsidian.nix
];
# Home Manager needs a bit of information about you and the
@@ -56,7 +58,7 @@ in {
size = 22;
};
stateVersion = "24.11";
stateVersion = "25.05";
};
# Let Home Manager install and manage itself.