Skip to content

Commit b5ffd0a

Browse files
committed
feat: added draw.io
1 parent bd6cff8 commit b5ffd0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

home/applications/tools/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
{ pkgs, ... }:
2+
13
{
24
imports = [
35
./cybersecurity.nix
46
./obsidian.nix
57
./ssh.nix
68
];
9+
10+
home.packages = with pkgs; [
11+
unstable.drawio
12+
];
713
}

0 commit comments

Comments
 (0)