Small improvements

Use single `inherit` and don't add unnecessary `rec`.
This commit is contained in:
Daniel Siepmann 2022-02-14 08:05:23 +01:00
parent 000b52cced
commit 06c64134cf
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 2 additions and 3 deletions

View file

@ -96,8 +96,7 @@
inherit pkgs;
};
zsh = import ./home/programs/zsh.nix {
inherit config;
inherit pkgs;
inherit config pkgs;
};
# Media

View file

@ -111,7 +111,7 @@ self: super: {
text = builtins.readFile ./xdebug.sh;
};
dmenu-custom-scripts = super.pkgs.writeShellApplication rec {
dmenu-custom-scripts = super.pkgs.writeShellApplication {
name = "dmenu_selection";
# TODO: Find way to remove the nix prefixes from "files"