nix-config/modules/nix/rice/default.nix
2025-07-08 18:42:23 +02:00

7 lines
68 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./stylix.nix
];
}