Using X without a Display Manager: Difference between revisions

imported>Giraffito
rewrite entirely. xlaunch does not exist since 2016: https://github.com/NixOS/nixpkgs/commit/20fe51661dcea78682420767fb8afd1170b06781 and there is no need for additional setuid wrappers
imported>Giraffito
fix typo in shell script
Line 29: Line 29:
"
"


echo 'Section "Files"' > 00-nix-module-paths
echo 'Section "Files"' > 00-nix-module-paths.conf
for pkg in $pkgs; do
for pkg in $pkgs; do
for conf in /nix/store/"$pkg"/share/X11/xorg.conf.d/*; do  
for conf in /nix/store/"$pkg"/share/X11/xorg.conf.d/*; do