From 3d6286340fc3436ffbe3d33233887977359af082 Mon Sep 17 00:00:00 2001 From: harry123 Date: Wed, 2 Jul 2025 18:28:00 +0200 Subject: [PATCH] fixed niri path --- hosts/workstation/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index d61b438..0cc612b 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -2,12 +2,12 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, ... }: +{inputs, config, pkgs, ... }: { imports = [ # Include the results of the hardware scan. - ../../shared/client/tailscale.nix + ../../shared/client/niri.nix ./hardware-configuration.nix ];