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