Files
laptop-nix-config/components/default.nix

7 lines
82 B
Nix

{lib, ...}: {
imports = [
./hyprland
./utils.nix
./waybar.nix
];
}