mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 14:23:55 -05:00
rustboro: hyprland by default
This commit is contained in:
parent
efcee2b996
commit
b742678875
|
@ -41,13 +41,14 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
greetd = {
|
greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
session = config.programs.sway.package + "/bin/sway";
|
session = lib.getExe config.programs.hyprland.package;
|
||||||
autologin = {
|
autologin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "aly";
|
user = "aly";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
sway.enable = true;
|
sway.enable = true;
|
||||||
|
hyprland.enable = true;
|
||||||
};
|
};
|
||||||
apps = {
|
apps = {
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue