mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
petalburg: switch default session to sway
This commit is contained in:
parent
9b1a57a16f
commit
3a1b312aac
|
@ -83,8 +83,11 @@ in {
|
|||
};
|
||||
desktop = {
|
||||
enable = true;
|
||||
greetd.enable = true;
|
||||
hyprland.enable = true;
|
||||
greetd = {
|
||||
enable = true;
|
||||
session = config.programs.sway.package + "/bin/sway";
|
||||
};
|
||||
sway.enable = true;
|
||||
};
|
||||
apps = {
|
||||
steam.enable = true;
|
||||
|
|
Loading…
Reference in a new issue