nixcfg/home/aly-kde.nix
2024-03-24 13:15:26 -04:00

6 lines
75 B
Nix

{ config, pkgs, ... }:
{
imports = [ ./common.nix ./common-gui.nix ];
}