starting system package explosion

This commit is contained in:
2025-08-31 13:05:46 -06:00
parent 576a13ea8f
commit 23e168431d
9 changed files with 185 additions and 26 deletions

View File

@@ -8,6 +8,12 @@
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
#system configs
../defaults/locale.nix
#system packages
../packages/sddm/sddm.nix
];
# Bootloader.
@@ -28,24 +34,7 @@
# Set your time zone.
time.timeZone = "${timezone}";
# Select internationalisation properties.
i18n.defaultLocale = "${locale}";
i18n.extraLocaleSettings = {
LC_ADDRESS = "${locale}";
LC_IDENTIFICATION = "${locale}";
LC_MEASUREMENT = "${locale}";
LC_MONETARY = "${locale}";
LC_NAME = "${locale}";
LC_NUMERIC = "${locale}";
LC_PAPER = "${locale}";
LC_TELEPHONE = "${locale}";
LC_TIME = "${locale}";
};
services.displayManager.sddm.wayland.enable = true;
services.displayManager.sddm.enable = true;
programs.river.enable = true;
services.flatpak.enable = true;
xdg.portal = {