treewide: remove xorg package set
Xorg package set removed, now aliases. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
6cee082157
commit
cbd8a72e5f
11 changed files with 13 additions and 33 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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 = { };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue