From c26299ade691db88bd481e9f62af6f049872338d Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Mon, 3 Feb 2025 14:56:48 +0530 Subject: update --- modules/core/bluetooth.nix | 2 +- modules/login.nix | 5 +++-- modules/wm_utils.nix | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/core/bluetooth.nix b/modules/core/bluetooth.nix index fbd9b48..5e64d97 100644 --- a/modules/core/bluetooth.nix +++ b/modules/core/bluetooth.nix @@ -3,5 +3,5 @@ { hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; - # services.blueman.enable = true; + services.blueman.enable = true; } diff --git a/modules/login.nix b/modules/login.nix index c439e52..5ec23cc 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -10,8 +10,9 @@ enable = true; settings = { default_session = { - command = "tuigreet --time --remember --cmd \"startplasma-wayland\""; - # command = "tuigreet --time --remember --cmd \"dwl -s dwlb\""; + # command = "tuigreet --time --remember --cmd \"sway\""; + # command = "tuigreet --time --remember --cmd \"startplasma-wayland\""; + command = "tuigreet --time --remember --cmd \"dwl -s dwlb\""; user = "greeter"; }; }; diff --git a/modules/wm_utils.nix b/modules/wm_utils.nix index e29b287..0b219e0 100644 --- a/modules/wm_utils.nix +++ b/modules/wm_utils.nix @@ -27,6 +27,7 @@ environment.variables = { XCURSOR_SIZE = "16"; + WLR_DRM_DEVICES = "/dev/dri/card1"; }; services.dbus.enable = true; -- cgit v1.2.3