mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Add screenshot utility for wayland
This commit is contained in:
@@ -14,13 +14,16 @@
|
||||
|
||||
networking.hostName = "laptop";
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
windowManager.i3 = {
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
windowManager.i3 = {
|
||||
enable = true;
|
||||
};
|
||||
libinput.enable = true;
|
||||
videoDrivers = [ "modesetting" "nvidia" ];
|
||||
};
|
||||
libinput.enable = true;
|
||||
videoDrivers = [ "modesetting" "nvidia" ];
|
||||
flameshot.enable = true;
|
||||
};
|
||||
|
||||
hardware = {
|
||||
|
||||
Reference in New Issue
Block a user