diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-07-24 17:14:14 +0500 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:56 +0300 |
| commit | 4ed188828c9097e219926bbf71817c24f05a44e4 (patch) | |
| tree | 2c607b86ad6b0c876be5ce882b2ab190f7e6d35f /nixos/laptop | |
| parent | 090c4e2b7a4e4c719e20be9803c66cec0ad724cf (diff) | |
add command option to greetd
Diffstat (limited to 'nixos/laptop')
| -rw-r--r-- | nixos/laptop/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/laptop/configuration.nix b/nixos/laptop/configuration.nix index 8bd7980..d20f811 100644 --- a/nixos/laptop/configuration.nix +++ b/nixos/laptop/configuration.nix @@ -12,11 +12,13 @@ ./hardware-configuration.nix ../nixosModules/powerbutton.nix ../nixosModules/docker.nix + ../nixosModules/greetd.nix ]; # from nixosModules pbutton.disable = true; docker.enable = true; + greetd.command = "Hyprland"; time.timeZone = "Europe/Moscow"; networking.hostName = "ltrr-mini"; |
