11 lines
266 B
Nix
11 lines
266 B
Nix
{...}: {
|
|
imports =
|
|
[(import ./hyprland.nix)]
|
|
++ [(import ./config.nix)]
|
|
++ [(import ./hyprlock.nix)]
|
|
++ [(import ./hypridle.nix)]
|
|
++ [(import ./variables.nix)];
|
|
|
|
xdg.configFile."hypr/default_wallpaper.png".source = ./default_wallpaper.png;
|
|
}
|