9 lines
131 B
Nix
9 lines
131 B
Nix
{ inputs, ... }:
|
|
|
|
{
|
|
imports =
|
|
[ (import ./hyprland.nix) ]
|
|
++ [ (import ./config.nix) ]
|
|
++ [ (import ./hyprpaper.nix) ];
|
|
}
|