This commit is contained in:
Sridhar Ratnakumar 2024-10-23 09:45:49 -04:00
parent 80828a17c6
commit 89b76cb924
No known key found for this signature in database

View file

@ -1,8 +1,8 @@
{ flake, pkgs, ...}:
{ flake, pkgs, ... }:
let
inherit (flake) inputs;
in
inherit (flake) inputs;
in
{
programs.hyprland = {
enable = true;
@ -12,6 +12,6 @@ in
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
environment.systemPackages = [
pkgs.kitty
pkgs.kitty
];
}