diff --git a/modules/locale.nix b/modules/locale.nix index 51fc530..88ecdcd 100644 --- a/modules/locale.nix +++ b/modules/locale.nix @@ -13,4 +13,5 @@ _: LC_TELEPHONE = "en_GB.UTF-8"; LC_TIME = "en_GB.UTF-8"; }; + console.keyMap = "uk"; } \ No newline at end of file diff --git a/modules/terminal.nix b/modules/terminal.nix deleted file mode 100644 index 708280a..0000000 --- a/modules/terminal.nix +++ /dev/null @@ -1,16 +0,0 @@ -{config, pkgs, lib, ...}: - -let - cfg = config.modules.terminal; -in -{ - options = { - modules.terminal.enable = lib.mkEnableOption "Enables alacritty"; - }; - - config = lib.mkIf cfg.enable { - environment.systemPackages = with pkgs; [ - alacritty - ]; - }; -} \ No newline at end of file diff --git a/systems/vm/configuration.nix b/systems/vm/configuration.nix index 5a3b974..48ed673 100644 --- a/systems/vm/configuration.nix +++ b/systems/vm/configuration.nix @@ -13,11 +13,10 @@ networking.hostName = "vm"; - modules.graphical.enable = true; - modules.terminal.enable = true; - modules.git.enable = true; - - console.keyMap = "uk"; + modules.graphical = { + enable = true; + waybar = true; + }; system.stateVersion = "25.11"; } \ No newline at end of file