From 6c14f0001845171b9bf7e739e38a63b261792c59 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Sat, 6 Jan 2024 20:48:32 +0200
Subject: [PATCH] Updating hermes locale

---
 config/hermes/config.nix  | 2 +-
 config/hermes/default.nix | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/hermes/config.nix b/config/hermes/config.nix
index b05c61d..6a9d74c 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 dd1f35a..aad6fd9 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
     ];
-- 
GitLab