Commit for generation 239

This commit is contained in:
2024-10-10 15:16:17 -04:00
parent 862ea26827
commit f5a7874774
3 changed files with 29 additions and 8 deletions

View File

@@ -1,5 +1,8 @@
{ inputs, ... }:
{
imports = [ (import ./hyprland.nix) ] ++[ (import ./config.nix) ];
imports =
[ (import ./hyprland.nix) ]
++ [ (import ./config.nix) ]
++ [ (import ./hyprpaper.nix) ];
}