Files
nix/modules/nih/programs/default.nix

14 lines
162 B
Nix
Raw Normal View History

2024-04-04 16:56:03 -03:00
{ config, lib, pkgs, ... }:
let
cfg = config.nih.programs;
in
{
imports = [
./hyprland.nix
./lf.nix
];
options.programs = { };
config = { };
}