diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-12 11:16:19 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-12 11:16:19 +0530 |
| commit | 8e88c4696a2e55eea4680a4754d49cb043006c46 (patch) | |
| tree | 3b330448316ea3ae3ffa66f764709d188887f28c /modules/login.nix | |
| parent | 123ec7ee5242b1494312494b1aaa2841c74f69eb (diff) | |
make sure virtio-pci loads before nvidia
Diffstat (limited to 'modules/login.nix')
| -rw-r--r-- | modules/login.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/login.nix b/modules/login.nix index 49daba0..0917b7f 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -11,7 +11,7 @@ settings = { default_session = { # command = "tuigreet --time --remember --cmd \"sway\""; - command = "tuigreet --time --remember --cmd \"labwc\""; + command = "tuigreet --time --remember --cmd labwc"; # command = "tuigreet --time --remember --cmd \"dwl -s dwlb\""; user = "greeter"; }; |
