diff options
author | Soispha <soispha@vhack.eu> | 2023-04-23 14:40:22 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:53 +0200 |
commit | d5e43203cd92eeb04855627e0eaa6129ce517359 (patch) | |
tree | ea4a7149cc16293c4eb2258a9d707cf74877c69c | |
parent | Fix(flake): Add yamllint to devShell (diff) | |
download | nixos-config-d5e43203cd92eeb04855627e0eaa6129ce517359.tar.gz nixos-config-d5e43203cd92eeb04855627e0eaa6129ce517359.zip |
Style(treewide): Format
-rw-r--r-- | hosts/lahmu/default.nix | 1 | ||||
-rw-r--r-- | hosts/mammun/default.nix | 1 | ||||
-rw-r--r-- | system/options/default.nix | 2 |
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"; |