move realwallpaper to krebs 5
This commit is contained in:
parent
c11ac83748
commit
7c8ea4a87b
|
@ -23,6 +23,7 @@ rec {
|
||||||
posix-array = callPackage ./posix-array {};
|
posix-array = callPackage ./posix-array {};
|
||||||
pssh = callPackage ./pssh {};
|
pssh = callPackage ./pssh {};
|
||||||
Reaktor = callPackage ./Reaktor {};
|
Reaktor = callPackage ./Reaktor {};
|
||||||
|
realwallpaper = callPackage ./realwallpaper.nix {};
|
||||||
youtube-tools = callPackage ./youtube-tools {};
|
youtube-tools = callPackage ./youtube-tools {};
|
||||||
|
|
||||||
execve = name: { filename, argv, envp ? {}, destination ? "" }:
|
execve = name: { filename, argv, envp ? {}, destination ? "" }:
|
||||||
|
|
|
@ -13,5 +13,4 @@ rec {
|
||||||
ublock = callPackage ./firefoxPlugins/ublock.nix {};
|
ublock = callPackage ./firefoxPlugins/ublock.nix {};
|
||||||
vimperator = callPackage ./firefoxPlugins/vimperator.nix {};
|
vimperator = callPackage ./firefoxPlugins/vimperator.nix {};
|
||||||
};
|
};
|
||||||
realwallpaper = callPackage ./realwallpaper.nix {};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue