aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hosts/lahmu/default.nix1
-rw-r--r--hosts/mammun/default.nix1
-rw-r--r--system/options/default.nix2
3 files changed, 1 insertions, 3 deletions
diff --git a/hosts/lahmu/default.nix b/hosts/lahmu/default.nix
index 7a7aa9a4..84bfccef 100644
--- a/hosts/lahmu/default.nix
+++ b/hosts/lahmu/default.nix
@@ -14,7 +14,6 @@
];
soispha = {
-
locale.enable = true;
users = {
# enable = true;
diff --git a/hosts/mammun/default.nix b/hosts/mammun/default.nix
index 4bf0c975..9e7515eb 100644
--- a/hosts/mammun/default.nix
+++ b/hosts/mammun/default.nix
@@ -14,7 +14,6 @@
../../system
];
soispha = {
-
locale.enable = true;
users = {
hashedPassword = "$y$jDT$O/42/7REOL50onRYcTV9R1$Ot3bPAh2raHmPN3yScP4wsJRtNqrMtTBzOq9oRJeRA0";
diff --git a/system/options/default.nix b/system/options/default.nix
index 86caf3e9..cbbce6e9 100644
--- a/system/options/default.nix
+++ b/system/options/default.nix
@@ -8,7 +8,7 @@
in {
options.soispha = {
laptop = {
- enable = lib.mkEnableOption "Laptop improvemens";
+ enable = lib.mkEnableOption "Laptop improvemens";
backlight = lib.mkOption {
type = lib.types.str;
example = lib.mdDoc "intel_backlight";