diff --git a/config/hermes/config.nix b/config/hermes/config.nix index b05c61d8e7688a9e4306245da070fb3ac8ab7b6e..6a9d74c7d1e66298d4b9d7c52cc0cbcb217825f8 100644 --- a/config/hermes/config.nix +++ b/config/hermes/config.nix @@ -1,7 +1,7 @@ {config, pkgs, lib, inputs, modulesPath, flake, ...}: { config.desktop.enable = true; - config.desktop.default_session = "plasmawayland"; + config.desktop.default_session = "sway"; config.desktop.dm_use_wayland = true; config.laptop.enable = true; config.screens.primary = "eDP-1"; diff --git a/config/hermes/default.nix b/config/hermes/default.nix index dd1f35a3b57124de02033f7439e9f0c34a90709d..aad6fd96242fa90488a685a0925544eb0715675d 100644 --- a/config/hermes/default.nix +++ b/config/hermes/default.nix @@ -4,8 +4,8 @@ imports = [ ./config.nix - ../../pkgs/hardware/location/rehovot - ../../pkgs/hardware/locale/en_il + ../../pkgs/hardware/location/philadelphia + ../../pkgs/hardware/locale/en_us ../../pkgs/hardware/common ../../pkgs/hardware/common/laptop ];