add(apps): added delfin
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = with pkgs; [delfin];
|
||||||
|
}
|
||||||
@@ -4,5 +4,6 @@
|
|||||||
../../apps/jellyfin
|
../../apps/jellyfin
|
||||||
../../apps/tickrs
|
../../apps/tickrs
|
||||||
../../apps/claude
|
../../apps/claude
|
||||||
|
../../apps/delfin
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user