starting system package explosion
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user