Files
nix/modules/nih/user-profiles/default.nix
2024-04-05 18:01:36 -03:00

13 lines
146 B
Nix

{ config, lib, pkgs, ... }:
let
cfg = config.profiles;
in
{
imports = [
./gterminal.nix
];
options.profiles = { };
config = { };
}