feat(desktop): disable river and go back to hyprland.
This commit is contained in:
parent
5d041294a4
commit
13b96d9574
5 changed files with 92 additions and 53 deletions
|
@ -104,10 +104,10 @@
|
|||
# Enable light for image control
|
||||
programs.light.enable = true;
|
||||
|
||||
programs.river = {
|
||||
enable = true;
|
||||
extraPackages = [];
|
||||
};
|
||||
# programs.river = {
|
||||
# enable = true;
|
||||
# extraPackages = [];
|
||||
# };
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.crony = {
|
||||
|
@ -139,6 +139,7 @@
|
|||
crony.secrets.enable = true;
|
||||
crony.ryzenadj.enable = true;
|
||||
crony.auto-cpufreq.enable = true;
|
||||
crony.hyprland-nixos.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
|
|
|
@ -30,7 +30,8 @@
|
|||
crony.gaming.enable = true;
|
||||
crony.flatpak.enable = true;
|
||||
crony.wayland.enable = true;
|
||||
crony.river.enable = true;
|
||||
crony.river.enable = false;
|
||||
crony.hyprland.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