From c309e5a4c22781f951c1dd043e1a710891f843be Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Thu, 31 Oct 2024 23:30:34 +0100 Subject: [PATCH] meow --- hosts/theseus/default.nix | 2 ++ hosts/theseus/swaycfg.nix | 3 +++ 2 files changed, 5 insertions(+) diff --git a/hosts/theseus/default.nix b/hosts/theseus/default.nix index 46b9f3b9..672219e1 100644 --- a/hosts/theseus/default.nix +++ b/hosts/theseus/default.nix @@ -16,6 +16,8 @@ boot.initrd.luks.devices.cryptroot.device = "/dev/disk/by-uuid/4cd8dbb3-8eea-48ff-87b1-92945be291ac"; programs.fuse.userAllowOther = true; programs.sway.enable = true; + networking.networkmanager.enable = true; + networking.networkmanager.wifi.backend = "iwd"; services.displayManager.sddm.enable = true; services.displayManager.sddm.wayland.enable = true; environment.systemPackages = [ diff --git a/hosts/theseus/swaycfg.nix b/hosts/theseus/swaycfg.nix index 575398d2..6e3ebcdf 100644 --- a/hosts/theseus/swaycfg.nix +++ b/hosts/theseus/swaycfg.nix @@ -47,6 +47,9 @@ input * { xkb_variant colemak_dh_iso xkb_options caps:swapescape } +input 12951:6505:ZSA_Technology_Labs_Moonlander_Mark_I { + xkb_layout eu +} bindsym $mod+Return exec $term bindsym $mod+Print exec $screenshot bindsym $mod+Shift+Print exec $screenclip