Added host module for Obsidian app
specifically applied to laptop only currently
This commit is contained in:
parent
09c38f02ea
commit
c626227f55
2 changed files with 6 additions and 0 deletions
5
hosts/modules/obsidian.nix
Normal file
5
hosts/modules/obsidian.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
obsidian
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue