mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
rustboro: switch to hyprland
This commit is contained in:
parent
1cfb1877cb
commit
09a893cc86
|
@ -31,8 +31,16 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
desktop = {
|
desktop = {
|
||||||
cinnamon.enable = true;
|
greetd = {
|
||||||
lightdm.enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
autologin = {
|
||||||
|
enable = true;
|
||||||
|
user = "aly";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
hyprland.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Reference in a new issue