9 lines
207 B
Nix
9 lines
207 B
Nix
# SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
{ inputs, ... }:
|
|
{
|
|
imports = [ inputs.niri.homeModules.niri ];
|
|
targets.genericLinux.enable = true;
|
|
}
|