nixcfg/home/features/desktop/default.nix
2024-09-05 14:34:40 +02:00

9 lines
91 B
Nix

{pkgs, ...}: {
imports = [
./wayland.nix
];
home.packages = with pkgs; [
];
}