Added imports for hypr & sddm to config

This commit is contained in:
2025-02-06 16:42:19 +01:00
parent 70a077f1ce
commit 6f1717ba99

View File

@@ -1,7 +1,10 @@
{ config, lib, systemSettings, ... }: { config, lib, systemSettings, ... }:
{ {
imports = [ ]; imports = [
./system/hyprland.nix
./system/sddm.nix
];
time.timeZone = systemSettings.timezone; time.timeZone = systemSettings.timezone;