nix/hosts/nixos-laptop/home-manager/default.nix

13 lines
No EOL
226 B
Nix

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