diff options
Diffstat (limited to 'programs/hypr/default.nix')
-rw-r--r-- | programs/hypr/default.nix | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/programs/hypr/default.nix b/programs/hypr/default.nix index 08b2d93..4a6bd01 100644 --- a/programs/hypr/default.nix +++ b/programs/hypr/default.nix @@ -1,10 +1,8 @@ -{ ... }: - -{ - imports = [ - ./hypridle.nix - ./hyprland.nix - ./hyprlock.nix - ./hyprpaper.nix - ]; +{...}: { + imports = [ + ./hypridle.nix + ./hyprland.nix + ./hyprlock.nix + ./hyprpaper.nix + ]; } |