Remove Hyprland and make Sway work on Nvidia
This commit is contained in:
parent
30b3ff1d0f
commit
1a4e8b4b88
12 changed files with 12 additions and 383 deletions
|
@ -1,9 +1,10 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
config = lib.mkIf config.system.desktop.enable {
|
||||
programs = {
|
||||
hyprland.enable = true;
|
||||
sway.enable = true;
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
extraOptions = [ "--unsupported-gpu" ];
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
|
||||
environment.sessionVariables.WLR_RENDERER = "vulkan";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue