fixed niri path

This commit is contained in:
chloe 2025-07-02 18:28:00 +02:00
parent 7fa38d9777
commit 3d6286340f

View file

@ -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
];