diff --git a/system/global/home.nix b/system/global/home.nix index 5229b46..7a3d5a6 100644 --- a/system/global/home.nix +++ b/system/global/home.nix @@ -152,7 +152,7 @@ in input { kb_layout = gb kb_options = caps:escape - kb_numpad = enable + numlock_by_default = true touchpad { natural_scroll = yes diff --git a/system/work/home.nix b/system/work/home.nix index c44442f..945b477 100644 --- a/system/work/home.nix +++ b/system/work/home.nix @@ -80,9 +80,8 @@ }; }; - # xdph + chromium = ): - wayland.windowManager.hyprland.enable = lib.mkForce false; - wayland.windowManager.sway.enable = true; + wayland.windowManager.hyprland.enable = true; + # wayland.windowManager.sway.enable = true; wayland.windowManager.sway.config = { input = { "type:keyboard" = { diff --git a/system/work/system.nix b/system/work/system.nix index 55f3159..f53f047 100644 --- a/system/work/system.nix +++ b/system/work/system.nix @@ -87,7 +87,6 @@ command = "sway"; user = "tristan"; }; - default_session = lib.mkForce sway_session; }; };