xorg no more
This commit is contained in:
2
justfile
2
justfile
@@ -319,7 +319,7 @@ alias switch-home := home-switch
|
||||
# " end
|
||||
# else
|
||||
# if .recursive then
|
||||
# "${lib.getExe pkgs.xorg.lndir} -silent ${cfg.\"\(.key)\".source} \(.target | @sh )\n"
|
||||
# "${lib.getExe pkgs.lndir} -silent ${cfg.\"\(.key)\".source} \(.target | @sh )\n"
|
||||
# else
|
||||
# "ln -sfn ${cfg.\"\(.key)\".source} \(.target | @sh )\n"
|
||||
# end
|
||||
|
||||
@@ -56,11 +56,11 @@
|
||||
gtk3
|
||||
gtk3-x11
|
||||
|
||||
xorg.libXcursor
|
||||
xorg.libXi
|
||||
xorg.libXinerama
|
||||
xorg.libXScrnSaver
|
||||
xorg.libxcb
|
||||
libXcursor
|
||||
libXi
|
||||
libXinerama
|
||||
libXScrnSaver
|
||||
libxcb
|
||||
|
||||
stdenv.cc.cc.lib
|
||||
#libkrb5
|
||||
|
||||
@@ -74,20 +74,20 @@
|
||||
pango
|
||||
pipewire
|
||||
vulkan-loader
|
||||
xorg.libX11
|
||||
xorg.libXScrnSaver
|
||||
xorg.libXcomposite
|
||||
xorg.libXcursor
|
||||
xorg.libXdamage
|
||||
xorg.libXext
|
||||
xorg.libXfixes
|
||||
xorg.libXi
|
||||
xorg.libXrandr
|
||||
xorg.libXrender
|
||||
xorg.libXtst
|
||||
xorg.libxcb
|
||||
xorg.libxkbfile
|
||||
xorg.libxshmfence
|
||||
libX11
|
||||
libXScrnSaver
|
||||
libXcomposite
|
||||
libXcursor
|
||||
libXdamage
|
||||
libXext
|
||||
libXfixes
|
||||
libXi
|
||||
libXrandr
|
||||
libXrender
|
||||
libXtst
|
||||
libxcb
|
||||
libxkbfile
|
||||
libxshmfence
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user