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