chore: do some stuff
devenv: scripts and nixpkgs-fmt hyprland: enable UWSM support
This commit is contained in:
parent
5175a6d9f3
commit
57c4933610
5 changed files with 14 additions and 7 deletions
|
@ -86,7 +86,10 @@
|
|||
serviceConfig.ExecStart = "${pkgs.bluez}/bin/mpris-proxy";
|
||||
};
|
||||
programs = {
|
||||
hyprland.enable = true; # enables Hyprland DM.
|
||||
hyprland = {
|
||||
enable = true; # enables Hyprland DM.
|
||||
withUWSM = true; # NEW Universal Wayland Session Manager
|
||||
};
|
||||
steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue