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

13 lines
226 B
Nix
Raw Normal View History

2023-08-15 09:29:39 +02:00
{ config, pkgs, hostname, ... }: {
imports = [
# Hyprland
2023-08-19 11:34:22 +02:00
# ./hyprland-conf.nix
# ./waybar-conf.nix
# ./rofi-conf.nix
# ./mako-conf.nix
# ./swaylock-conf.nix
# Gnome
2023-08-19 11:36:12 +02:00
./gnome-dconf.nix
2023-08-15 09:29:39 +02:00
];
}