mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
rustboro: hyprland by default
This commit is contained in:
parent
efcee2b996
commit
b742678875
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue