trying
This commit is contained in:
parent
c36d3dff49
commit
133b01cc11
1 changed files with 8 additions and 0 deletions
|
|
@ -39,5 +39,13 @@
|
||||||
|
|
||||||
home-manager.extraSpecialArgs = {inherit inputs;};
|
home-manager.extraSpecialArgs = {inherit inputs;};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
xorg.libXcursor
|
||||||
|
xorg.libX11
|
||||||
|
xorg.libXi
|
||||||
|
# You might also need these:
|
||||||
|
xwayland
|
||||||
|
];
|
||||||
|
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue