Openbox added to make debugging in VMs possible
This commit is contained in:
parent
60cab78394
commit
fcc195ed62
@ -84,6 +84,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
wayland = true;
|
wayland = true;
|
||||||
};
|
};
|
||||||
|
windowManager.openbox.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# enable gvfs service
|
# enable gvfs service
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
polkit_gnome # graphical authentication agent for polkit
|
polkit_gnome # graphical authentication agent for polkit
|
||||||
freetype # font rendering and configuration
|
freetype # font rendering and configuration
|
||||||
open-vm-tools # running on vmware
|
open-vm-tools # running on vmware
|
||||||
|
openbox # window manager for debugging in VMs
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
|
Reference in New Issue
Block a user