feat(desktop): setup river window manager.

This commit is contained in:
CronyAkatsuki 2025-06-06 22:22:27 +02:00
parent f7fc5c13ba
commit 3db633e6ab
5 changed files with 174 additions and 14 deletions

View file

@ -104,6 +104,11 @@
# Enable light for image control
programs.light.enable = true;
programs.river = {
enable = true;
extraPackages = [];
};
# Define a user account. Don't forget to set a password with passwd.
users.users.crony = {
isNormalUser = true;

View file

@ -30,6 +30,7 @@
crony.gaming.enable = true;
crony.flatpak.enable = true;
crony.wayland.enable = true;
crony.river.enable = true;
# DO NOT CHANGE ALSO
home.stateVersion = "24.11"; # Please read the comment before changing.