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