mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
feat: add ferdium
This commit is contained in:
parent
2bb8e30547
commit
8bdd7c5448
2 changed files with 6 additions and 0 deletions
5
modules/apps/ferdium.nix
Normal file
5
modules/apps/ferdium.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{pkgsUnstable, ...}: {
|
||||
environment.systemPackages = [
|
||||
pkgsUnstable.ferdium
|
||||
];
|
||||
}
|
||||
|
|
@ -18,5 +18,6 @@
|
|||
./apps/slack.nix
|
||||
./apps/obsidian.nix
|
||||
./apps/claude.nix
|
||||
./apps/ferdium.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue