Set default session to sway
This commit is contained in:
parent
716e54dd12
commit
0c605d9684
4 changed files with 7 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, lib, ...}: {
|
||||
# i3 related options
|
||||
environment.pathsToLink = ["/libexec"]; # links /libexec from derivations to /run/current-system/sw
|
||||
services.displayManager.defaultSession = "none+i3";
|
||||
services.displayManager.defaultSession = lib.mkDefault "none+i3";
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue