setup sway
This commit is contained in:
parent
093fe30d75
commit
81246671df
3 changed files with 175 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
||||
|
@ -8,6 +8,10 @@
|
|||
|
||||
displayManager = {
|
||||
gdm.enable = true;
|
||||
sessionPackages = [
|
||||
pkgs.sway
|
||||
];
|
||||
gdm.autoLogin.delay = 5;
|
||||
};
|
||||
|
||||
windowManager.xmonad = {
|
||||
|
@ -15,5 +19,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
security.polkit.enable = true;
|
||||
programs.sway.enable = true;
|
||||
|
||||
services.displayManager.defaultSession = "none+xmonad";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue