Files
.dotfiles/home/desktop/default.nix
T
2026-08-02 15:09:46 -06:00

8 lines
70 B
Nix

{ config, pkgs, inputs, ... }:
{
imports = [
./niri.nix
];
}