diff options
| author | 2025-01-23 09:10:01 -0500 | |
|---|---|---|
| committer | 2025-01-23 09:10:01 -0500 | |
| commit | a135ec293eab8e7c9e5f581dc70cd5cf2bea587a (patch) | |
| tree | a883c0c879bcbd9052ae0cac31b81ade94551507 /hosts/sofue | |
| parent | dce9ab07ae0b0496e432f213466fd6f442944fa7 (diff) | |
| download | dotfiles-a135ec293eab8e7c9e5f581dc70cd5cf2bea587a.tar.gz dotfiles-a135ec293eab8e7c9e5f581dc70cd5cf2bea587a.tar.bz2 dotfiles-a135ec293eab8e7c9e5f581dc70cd5cf2bea587a.zip | |
Go back to stable wayland and mesa
Diffstat (limited to 'hosts/sofue')
| -rw-r--r-- | hosts/sofue/configuration.nix | 3 | ||||
| -rw-r--r-- | hosts/sofue/programs.nix | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/hosts/sofue/configuration.nix b/hosts/sofue/configuration.nix index 201a4d8..ab4e6ef 100644 --- a/hosts/sofue/configuration.nix +++ b/hosts/sofue/configuration.nix @@ -12,7 +12,6 @@ in rec { ../../nix/bluetooth.nix ../../nix/email.nix ../../nix/amdgpu.nix - ../../nix/mesa_git.nix ../../nix/gaming.nix ../../nix/virtualisation.nix ../../nix/scripts.nix @@ -123,7 +122,7 @@ in rec { (pkgs.writeShellScriptBin "run-sway" '' export TTY=/dev/tty3 export XDG_VTNR=3 - export WLR_RENDERER=gles2 + export WLR_RENDERER=vulkan cd $HOME exec ${pkgs.kbd}/bin/openvt --switch --login --console 3 -f -- ${pkgs.sway}/bin/sway '') diff --git a/hosts/sofue/programs.nix b/hosts/sofue/programs.nix index d774241..e9ee186 100644 --- a/hosts/sofue/programs.nix +++ b/hosts/sofue/programs.nix @@ -8,7 +8,7 @@ krita olive-editor yt-dlp - chatterino2 + #chatterino2 streamlink megatools wineWowPackages.staging @@ -17,8 +17,7 @@ looking-glass-client qbittorrent ungoogled-chromium - vesktop - #(pkgs.discord.override { withOpenASAR = true; }) + (pkgs.discord.override { withOpenASAR = true; }) imv mpv vlc |