Added: Obsidian

This commit is contained in:
DerGrumpf 2025-03-25 21:34:25 +01:00
parent af8c622457
commit aab3a4fbb2
3 changed files with 7 additions and 3 deletions

View File

@ -13,6 +13,7 @@ in
./kitty.nix # Terminal
../waybar # Status Bar
../rofi # App Launcher
../obsidian # Might Change
];

View File

@ -0,0 +1,6 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
obsidian
];
}

View File

@ -5,9 +5,6 @@
...
}: {
home.packages = with pkgs; [
# productivity
obsidian
# docker
docker-compose