From 94655522818b21970badfa1c698759bd9338005c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 31 Dec 2025 11:26:08 -0800 Subject: a working niri + noctalia environment --- profiles/home-manager.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'profiles/home-manager.nix') diff --git a/profiles/home-manager.nix b/profiles/home-manager.nix index fa6b60c..f2333da 100644 --- a/profiles/home-manager.nix +++ b/profiles/home-manager.nix @@ -4,6 +4,7 @@ hostName, inputs, config, + pkgs, ... }: { @@ -23,5 +24,14 @@ inputs.agenix.homeManagerModules.default ../home/modules/userinfo.nix ../home/modules/onepassword.nix - ]; + ] + ++ ( + if pkgs.stdenv.isDarwin then + [ ] + else + [ + inputs.niri.homeModules.niri + inputs.noctalia.homeModules.default + ] + ); } -- cgit v1.2.3