nixcfg/home/features/desktop/default.nix

9 lines
91 B
Nix
Raw Normal View History

2024-09-05 14:34:40 +02:00
{pkgs, ...}: {
imports = [
./wayland.nix
];
home.packages = with pkgs; [
];
}