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 | |
parent | c11ac8374832d5a01e0f8e8d25a723476944c9c2 (diff) |
move realwallpaper to krebs 5
-rw-r--r-- | krebs/5pkgs/default.nix | 1 | ||||
-rw-r--r-- | krebs/5pkgs/realwallpaper.nix (renamed from lass/5pkgs/realwallpaper.nix) | 0 | ||||
-rw-r--r-- | lass/5pkgs/default.nix | 1 |
3 files changed, 1 insertions, 1 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 ? "" }: diff --git a/lass/5pkgs/realwallpaper.nix b/krebs/5pkgs/realwallpaper.nix index 4fea977ec..4fea977ec 100644 --- a/lass/5pkgs/realwallpaper.nix +++ b/krebs/5pkgs/realwallpaper.nix diff --git a/lass/5pkgs/default.nix b/lass/5pkgs/default.nix index 6954c6a2c..7427cb620 100644 --- a/lass/5pkgs/default.nix +++ b/lass/5pkgs/default.nix @@ -13,5 +13,4 @@ rec { ublock = callPackage ./firefoxPlugins/ublock.nix {}; vimperator = callPackage ./firefoxPlugins/vimperator.nix {}; }; - realwallpaper = callPackage ./realwallpaper.nix {}; } |