mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
lavaridge: enable sway
This commit is contained in:
parent
285a215145
commit
eb0ea497a6
|
@ -52,7 +52,8 @@
|
|||
};
|
||||
};
|
||||
hyprland.enable = true;
|
||||
sway.enable = false;
|
||||
sway.enable = true;
|
||||
|
||||
};
|
||||
apps = {
|
||||
steam.enable = true;
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
enable = true;
|
||||
preset = "framework13";
|
||||
};
|
||||
desktop.sway.enable = lib.mkForce false;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue