Skip to content

Commit

Permalink
Nix/Hyprland on NixOS: fix kitty instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Sep 17, 2024
1 parent 9e98f96 commit 618b9d0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pages/Nix/Hyprland on NixOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ Make sure to check out the options of the
# configuration.nix
{
programs = {
kitty.enable = true; # required for the default Hyprland config
hyprland.enable = true; # enable Hyprland
};
programs.hyprland.enable = true; # enable Hyprland
environment.systemPackages = [
# ... other packages
pkgs.kitty # required for the default Hyprland config
];
# Optional, hint Electron apps to use Wayland:
# environment.sessionVariables.NIXOS_OZONE_WL = "1";
Expand Down

0 comments on commit 618b9d0

Please sign in to comment.