diff options
author | lassulus <lass@aidsballs.de> | 2015-10-05 14:48:42 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-10-05 14:48:42 +0200 |
commit | 7c8ea4a87b50c2ffe982a1ba0c70579bea7cb4dd (patch) | |
tree | 7f830a2e54dbd4ab7fc9e7ea15cceafc7b6af175 /krebs/5pkgs/default.nix | |
parent | c11ac8374832d5a01e0f8e8d25a723476944c9c2 (diff) |
move realwallpaper to krebs 5
Diffstat (limited to 'krebs/5pkgs/default.nix')
-rw-r--r-- | krebs/5pkgs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/5pkgs/default.nix b/krebs/5pkgs/default.nix index 7e136d96f..25ba83d8f 100644 --- a/krebs/5pkgs/default.nix +++ b/krebs/5pkgs/default.nix @@ -23,6 +23,7 @@ rec { posix-array = callPackage ./posix-array {}; pssh = callPackage ./pssh {}; Reaktor = callPackage ./Reaktor {}; + realwallpaper = callPackage ./realwallpaper.nix {}; youtube-tools = callPackage ./youtube-tools {}; execve = name: { filename, argv, envp ? {}, destination ? "" }: |