Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 23, 2024
1 parent 80828a1 commit 89b76cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/nixos/linux/gui/hyprland.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ flake, pkgs, ...}:
{ flake, pkgs, ... }:

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

0 comments on commit 89b76cb

Please sign in to comment.