nix/hosts/nixos-laptop/home-manager/default.nix
2023-08-16 14:45:52 +09:00

8 lines
No EOL
148 B
Nix

{ config, pkgs, hostname, ... }: {
imports = [
./hyprland-conf.nix
./waybar-conf.nix
./rofi-config.nix
# ./gnome-dconf.nix
];
}