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;