diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-18 13:42:44 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-18 13:42:44 +0200 |
commit | 501740a2564aa38ab70f871c8f1403008002e537 (patch) | |
tree | 5850f22608dd8002a422fec2ae9ccd37e1081b0c | |
parent | Added trackma package and fixed adl package (diff) | |
download | nixos-config-501740a2564aa38ab70f871c8f1403008002e537.tar.gz nixos-config-501740a2564aa38ab70f871c8f1403008002e537.tar.bz2 nixos-config-501740a2564aa38ab70f871c8f1403008002e537.zip |
Renamed custom.xwinwrapr package to custom.xwinwrap
-rw-r--r-- | hosts/home.nix | 2 | ||||
-rw-r--r-- | packages/default.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index d89b243..b683d21 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -10,7 +10,7 @@ in scrot qemu redshift - custom.xwinwrapr + custom.xwinwrap discord mpv sxiv diff --git a/packages/default.nix b/packages/default.nix index cc8ad9f..4b239d7 100644 --- a/packages/default.nix +++ b/packages/default.nix @@ -2,7 +2,7 @@ final: prev: { custom.smart-wallpaper = prev.callPackage ./smart-wallpaper { }; custom.dwmbar = prev.callPackage ./dwmbar { }; - custom.xwinwrapr = prev.callPackage ./xwinwrap { }; + custom.xwinwrap = prev.callPackage ./xwinwrap { }; custom.trackma = prev.callPackage ./trackma { }; custom.anime-downloader = prev.callPackage ./anime-downloader { pkgs = prev; }; custom.adl = prev.callPackage ./adl { anime-downloader = final.custom.anime-downloader; trackma = final.custom.trackma; }; |