From 410aeeed62af026abed06709f9cfd87dd9a73070 Mon Sep 17 00:00:00 2001 From: willemml Date: Thu, 16 Nov 2023 10:29:35 -0800 Subject: [PATCH] Imports the hyprland home-manager module --- home/linux/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/linux/hyprland.nix b/home/linux/hyprland.nix index 6993c11..744dfdf 100644 --- a/home/linux/hyprland.nix +++ b/home/linux/hyprland.nix @@ -2,8 +2,13 @@ config, pkgs, lib, + inputs, ... }: { + imports = [ + inputs.hyprland.homeManagerModules.default + ]; + home.packages = with pkgs; [ firefox lxappearance