update: add eden emulator

This commit is contained in:
FabricSoul 2025-10-27 23:02:43 -04:00
parent 8f871c6e00
commit e91a45690c
4 changed files with 76 additions and 17 deletions

View file

@ -18,6 +18,7 @@
./programs/yazi.nix
./programs/neomutt.nix
./programs/gpg.nix
./programs/eden.nix
# Import desktop configurations
# ./desktop/hyprland.nix

View file

@ -0,0 +1,9 @@
{
pkgs,
eden,
...
}: {
home.packages = [
eden.packages.${pkgs.system}.default
];
}