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 = {
|
||||
cinnamon.enable = true;
|
||||
lightdm.enable = true;
|
||||
greetd = {
|
||||
enable = true;
|
||||
|
||||
autologin = {
|
||||
enable = true;
|
||||
user = "aly";
|
||||
};
|
||||
};
|
||||
|
||||
hyprland.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Reference in a new issue