overlays/utillinux: init to alias
This commit is contained in:
parent
a669c4519b
commit
b72afdf856
2 changed files with 5 additions and 0 deletions
|
|
@ -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
4
overlays/utillinux.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
self: super: {
|
||||
# Waiting for nixpkgs#349783
|
||||
utillinux = self.util-linux;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue