[NixOS] Restore obsidian to kat

This commit is contained in:
2025-05-07 09:30:14 -06:00
parent a0e6ecd222
commit 07a367dc67

View File

@@ -1,8 +1,8 @@
{ pkgs, inputs, config, makeEnable, ... }:
{ pkgs, config, makeEnable, ... }:
makeEnable config "myModules.kat" false {
environment.systemPackages = with pkgs; [
obsidian
bitwarden
ffmpeg
code-cursor
obsidian
];