From a65587284569de3509c83449e50a0bc4bb387b12 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 14 Aug 2023 20:23:29 +0900 Subject: [PATCH] test --- flake.nix | 1 - users/albert/home.nix | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d509b7f0..ed300aee 100644 --- a/flake.nix +++ b/flake.nix @@ -85,7 +85,6 @@ sops-nix.nixosModules.sops # Handle secrets lanzaboote.nixosModules.lanzaboote # SecureBoot Configuration nur.nixosModules.nur # NixOS User Repository - hyprland.homeManagerModules.default # Hyprland Desktop Repository # nixos-hardware.nixosModules.lenovo-thinkpad-p1 # Thinkpad P1 hardware configuration # Home Manager settings diff --git a/users/albert/home.nix b/users/albert/home.nix index 3ffca6f6..b80d499c 100644 --- a/users/albert/home.nix +++ b/users/albert/home.nix @@ -8,4 +8,9 @@ ../../home-manager/bash.nix ../../home-manager/firefox.nix ]; + homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration { + modules = [ + hyprland.homeManagerModules.default + ]; + }; } \ No newline at end of file