Squash merge dev into master
This commit is contained in:
parent
a009895ea0
commit
cc87e2cb60
28 changed files with 294 additions and 256 deletions
12
modules/x11.nix
Normal file
12
modules/x11.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# For xorgsisters only
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
xorg.xdpyinfo
|
||||
slop
|
||||
xorg.libX11
|
||||
xorg.libXtst
|
||||
xorg.libXi
|
||||
xorg.xorgproto
|
||||
xclip
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue