diff options
author | makefu <github@syntax-fehler.de> | 2015-10-07 15:18:50 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-10-07 15:18:50 +0200 |
commit | eef7ff0ca525d71c9477e8b2d4a72f61f848abb3 (patch) | |
tree | fb6a084a5984d628b5fe6ccb442540dfc873aebb /lass/2configs/realwallpaper.nix | |
parent | 973e7adab745c7493c592e6bc0e3f8367b32dfbc (diff) | |
parent | eabf194460f695044d32713900419583986a9bd5 (diff) |
Merge remote-tracking branch 'cloudkrebs/master'
Diffstat (limited to 'lass/2configs/realwallpaper.nix')
-rw-r--r-- | lass/2configs/realwallpaper.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lass/2configs/realwallpaper.nix b/lass/2configs/realwallpaper.nix index f1c8861e1..c69cb1660 100644 --- a/lass/2configs/realwallpaper.nix +++ b/lass/2configs/realwallpaper.nix @@ -1,9 +1,5 @@ { config, ... }: { - imports = [ - ../3modules/realwallpaper.nix - ]; - - lass.realwallpaper.enable = true; + krebs.realwallpaper.enable = true; } |