treewide: remove xorg package set

Xorg package set removed, now aliases.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2026-02-07 09:00:55 -06:00
parent 6cee082157
commit cbd8a72e5f
11 changed files with 13 additions and 33 deletions

View file

@ -8,16 +8,6 @@
profileExtra = "profile extra commands";
};
nixpkgs.overlays = [
(self: super: {
xorg = super.xorg // {
setxkbmap = super.xorg.setxkbmap // {
outPath = "@setxkbmap@";
};
};
})
];
nmt.script = ''
assertFileExists home-files/.xprofile
assertFileContent \

View file

@ -17,16 +17,6 @@
profileExtra = "profile extra commands";
};
nixpkgs.overlays = [
(self: super: {
xorg = super.xorg // {
setxkbmap = super.xorg.setxkbmap // {
outPath = "@setxkbmap@";
};
};
})
];
nmt.script = ''
assertFileExists home-files/.config/systemd/user/setxkbmap.service
assertFileContent \

View file

@ -2,7 +2,7 @@
WantedBy=graphical-session.target
[Service]
Environment=PATH=@coreutils@/bin:@xdotool@/bin:@xorg.xprop@/bin
Environment=PATH=@coreutils@/bin:@xdotool@/bin:@xprop@/bin
ExecStart=@fusuma@/bin/fusuma
[Unit]

View file

@ -8,7 +8,7 @@
extraPackages = [
(config.lib.test.mkStubPackage { outPath = "@coreutils@"; })
(config.lib.test.mkStubPackage { outPath = "@xdotool@"; })
(config.lib.test.mkStubPackage { outPath = "@xorg.xprop@"; })
(config.lib.test.mkStubPackage { outPath = "@xprop@"; })
];
settings = { };
};