New structure since I kept struggling with the home-manager implemnentation
This commit is contained in:
+1
-2
@@ -100,6 +100,7 @@ The Nix flake definition for Droidnix.
|
|||||||
{
|
{
|
||||||
# flake-parts requires you to define systems
|
# flake-parts requires you to define systems
|
||||||
systems = [ "x86_64-linux" ];
|
systems = [ "x86_64-linux" ];
|
||||||
|
modules = [ inputs.stylix.nixosModules.default];
|
||||||
imports = [
|
imports = [
|
||||||
(import-tree ./generated/modules) # Auto-loads your modules
|
(import-tree ./generated/modules) # Auto-loads your modules
|
||||||
.generated/hosts/traveldroid/traveldroid.nix # Explicitly load grouped host
|
.generated/hosts/traveldroid/traveldroid.nix # Explicitly load grouped host
|
||||||
@@ -153,9 +154,7 @@ in
|
|||||||
config = lib.mkIf (coreEnabled || config.mySystem.system.locale.enable) {
|
config = lib.mkIf (coreEnabled || config.mySystem.system.locale.enable) {
|
||||||
|
|
||||||
time.timeZone = "Europe/Amsterdam";
|
time.timeZone = "Europe/Amsterdam";
|
||||||
|
|
||||||
i18n.defaultLocale = "nl_NL.UTF-8";
|
i18n.defaultLocale = "nl_NL.UTF-8";
|
||||||
|
|
||||||
i18n.extraLocaleSettings = {
|
i18n.extraLocaleSettings = {
|
||||||
LC_ADDRESS = "nl_NL.UTF-8";
|
LC_ADDRESS = "nl_NL.UTF-8";
|
||||||
LC_IDENTIFICATION = "nl_NL.UTF-8";
|
LC_IDENTIFICATION = "nl_NL.UTF-8";
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
{
|
{
|
||||||
# flake-parts requires you to define systems
|
# flake-parts requires you to define systems
|
||||||
systems = [ "x86_64-linux" ];
|
systems = [ "x86_64-linux" ];
|
||||||
|
modules = [ inputs.stylix.nixosModules.default];
|
||||||
imports = [
|
imports = [
|
||||||
(import-tree ./generated/modules) # Auto-loads your modules
|
(import-tree ./generated/modules) # Auto-loads your modules
|
||||||
.generated/hosts/traveldroid/traveldroid.nix # Explicitly load grouped host
|
.generated/hosts/traveldroid/traveldroid.nix # Explicitly load grouped host
|
||||||
|
|||||||
@@ -10,9 +10,7 @@ in
|
|||||||
config = lib.mkIf (coreEnabled || config.mySystem.system.locale.enable) {
|
config = lib.mkIf (coreEnabled || config.mySystem.system.locale.enable) {
|
||||||
|
|
||||||
time.timeZone = "Europe/Amsterdam";
|
time.timeZone = "Europe/Amsterdam";
|
||||||
|
|
||||||
i18n.defaultLocale = "nl_NL.UTF-8";
|
i18n.defaultLocale = "nl_NL.UTF-8";
|
||||||
|
|
||||||
i18n.extraLocaleSettings = {
|
i18n.extraLocaleSettings = {
|
||||||
LC_ADDRESS = "nl_NL.UTF-8";
|
LC_ADDRESS = "nl_NL.UTF-8";
|
||||||
LC_IDENTIFICATION = "nl_NL.UTF-8";
|
LC_IDENTIFICATION = "nl_NL.UTF-8";
|
||||||
|
|||||||
Reference in New Issue
Block a user