2023-08-15 09:29:39 +02:00
|
|
|
{ config, pkgs, hostname, ... }: {
|
|
|
|
imports = [
|
2023-08-21 06:21:01 +02:00
|
|
|
# Hyprland
|
2023-08-21 16:24:26 +02:00
|
|
|
# ./hyprland
|
2023-08-21 06:21:01 +02:00
|
|
|
|
|
|
|
# Gnome
|
2023-08-21 16:24:26 +02:00
|
|
|
./gnome
|
2023-08-15 09:29:39 +02:00
|
|
|
];
|
|
|
|
}
|