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
+3
View File
@@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [delfin];
}
+1
View File
@@ -4,5 +4,6 @@
../../apps/jellyfin ../../apps/jellyfin
../../apps/tickrs ../../apps/tickrs
../../apps/claude ../../apps/claude
../../apps/delfin
]; ];
} }
+1 -3
View File
@@ -1,13 +1,11 @@
{ {
myConfig, myConfig,
inputs,
pkgs, pkgs,
... ...
}: { }: {
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; # Use nixpkgs Hyprland for ABI compatibility with plugins
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
withUWSM = true; withUWSM = true;
}; };