rustboro: hyprland by default

This commit is contained in:
Aly Raffauf 2024-06-04 22:34:35 -04:00
parent efcee2b996
commit b742678875

View file

@ -41,13 +41,14 @@
enable = true;
greetd = {
enable = true;
session = config.programs.sway.package + "/bin/sway";
session = lib.getExe config.programs.hyprland.package;
autologin = {
enable = true;
user = "aly";
};
};
sway.enable = true;
hyprland.enable = true;
};
apps = {
steam.enable = true;