oops
This commit is contained in:
parent
2bd7d7d080
commit
2161c12daa
|
@ -29,7 +29,6 @@
|
|||
useOSProber = true;
|
||||
};
|
||||
virtualisation.vmware.guest.enable = true;
|
||||
environment.variables = { "WLR_NO_HARDWARE_CURSORS" = "1"; };
|
||||
# Setup system configuration
|
||||
nathan = {
|
||||
programs = { games = false; };
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
home.packages = with pkgs; [ gammastep ];
|
||||
|
||||
# Sway outputs
|
||||
home.sessionVariables = { "WLR_NO_HARDWARE_CURSORS" = "1"; };
|
||||
wayland.windowManager.sway.config = {
|
||||
output = {
|
||||
Virtual-1 = {
|
||||
|
|
Loading…
Reference in New Issue