mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Wrap rofi
This commit is contained in:
parent
d51b29358f
commit
694a21affa
8 changed files with 346 additions and 46 deletions
|
|
@ -15,7 +15,6 @@
|
|||
.wrapped;
|
||||
in {
|
||||
_module.args.myWrappers = lib.pipe (builtins.readDir ./.) [
|
||||
(lib.filterAttrs (name: value: value == "regular"))
|
||||
(lib.filterAttrs (name: value: name != "default.nix"))
|
||||
(lib.concatMapAttrs (name: _: {${lib.removeSuffix ".nix" name} = import ./${name} {inherit assembleWrapper pkgs lib;};}))
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue