diff --git a/configuration.nix b/configuration.nix index 9e186d8..bb3db34 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,7 +1,10 @@ { config, lib, systemSettings, ... }: { - imports = [ ]; + imports = [ + ./system/hyprland.nix + ./system/sddm.nix + ]; time.timeZone = systemSettings.timezone;