From 102ef62092502be2925d473189e1f170860a26c7 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Thu, 20 Feb 2025 14:43:43 +0100 Subject: [PATCH] add hyprland --- hosts/haze/default.nix | 1 + hosts/haze/hyprland.nix | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 hosts/haze/hyprland.nix diff --git a/hosts/haze/default.nix b/hosts/haze/default.nix index 08cf7b7..bc22253 100644 --- a/hosts/haze/default.nix +++ b/hosts/haze/default.nix @@ -14,6 +14,7 @@ ./firefox.nix ./gimp.nix ./gnome.nix + ./hyprland.nix ./ssh.nix ./thunderbird.nix ./hardware.nix diff --git a/hosts/haze/hyprland.nix b/hosts/haze/hyprland.nix new file mode 100644 index 0000000..98dfe35 --- /dev/null +++ b/hosts/haze/hyprland.nix @@ -0,0 +1,3 @@ +{ + programs.hyprland.enable = true; +}