overlays/utillinux: init to alias

This commit is contained in:
LavaDesu 2024-10-23 14:06:50 +11:00
parent a669c4519b
commit b72afdf856
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 5 additions and 0 deletions

View file

@ -8,5 +8,6 @@ builtins.map (path: import path) [
./picom.nix
./rofi.nix
./steam.nix
./utillinux.nix
./xinit.nix
]

4
overlays/utillinux.nix Normal file
View file

@ -0,0 +1,4 @@
self: super: {
# Waiting for nixpkgs#349783
utillinux = self.util-linux;
}