From ecc190da521bd563773341ff597b254d9792d4df Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 17 Mar 2025 20:51:27 +0100 Subject: [PATCH] --wip-- [skip ci] --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 97c7e81..241f68f 100644 --- a/flake.nix +++ b/flake.nix @@ -145,6 +145,8 @@ ./modules/nixos/hyprland.nix { home-manager.users.bertof.imports = [ ./modules/hm/hyprland.nix ]; } + ./modules/nixos/users/tiziano.nix + ./modules/nixos/musa.nix ] ++ homeManagerUModules ++ [{ home-manager.users.bertof = import ./instances/odin/hm.nix; }];