feat(desktop): setup river window manager.
This commit is contained in:
parent
f7fc5c13ba
commit
3db633e6ab
5 changed files with 174 additions and 14 deletions
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue