diff options
author | Soispha <soispha@vhack.eu> | 2023-04-22 13:24:51 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:21 +0200 |
commit | 2c6442dfae0cb5c911867f46fcd1ff9100566c8d (patch) | |
tree | 6d2b26afa9c9670abbdd780f7e86d9ab97f713d5 /hosts/marduk/default.nix | |
parent | Feat(flake): Modularize (diff) | |
download | nixos-config-2c6442dfae0cb5c911867f46fcd1ff9100566c8d.zip |
Fix(hosts/marduk): Active GNOME iso
Diffstat (limited to '')
-rw-r--r-- | hosts/marduk/default.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/marduk/default.nix b/hosts/marduk/default.nix index ff50f404..aae467a5 100644 --- a/hosts/marduk/default.nix +++ b/hosts/marduk/default.nix @@ -3,9 +3,11 @@ imports = [ ./hardware ./networking.nix - - ../../system ]; + console = { + keyMap = "dvorak"; + }; + system.stateVersion = "23.05"; } |