mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
chore: update to laptop configuration
This commit is contained in:
parent
34958ee8e4
commit
b38cfaa945
5 changed files with 27 additions and 0 deletions
5
modules/apps/obsidian.nix
Normal file
5
modules/apps/obsidian.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{pkgsUnstable, ...}: {
|
||||
environment.systemPackages = [
|
||||
pkgsUnstable.obsidian
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue