add(apps): added delfin

This commit is contained in:
kenji
2025-12-31 13:26:06 -06:00
parent 89d9c151c5
commit 74446a9e81
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -4,5 +4,6 @@
../../apps/jellyfin
../../apps/tickrs
../../apps/claude
../../apps/delfin
];
}
+1 -3
View File
@@ -1,13 +1,11 @@
{
myConfig,
inputs,
pkgs,
...
}: {
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
# Use nixpkgs Hyprland for ABI compatibility with plugins
withUWSM = true;
};