nix/hosts/nixos-laptop/home-manager/default.nix
2023-08-21 23:07:02 +09:00

13 lines
No EOL
225 B
Nix

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