diff --git a/exprs/overlay.nix b/exprs/overlay.nix index f28a611..88af74a 100644 --- a/exprs/overlay.nix +++ b/exprs/overlay.nix @@ -1,3 +1,3 @@ final: prev: { - shortcut = final.qt6Packages.callPackage ./shotcut.nix {}; + shotcut = final.qt6Packages.callPackage ./shotcut.nix {}; } diff --git a/systems/desktop.nix b/systems/desktop.nix index 9b280a0..8371999 100644 --- a/systems/desktop.nix +++ b/systems/desktop.nix @@ -2,7 +2,6 @@ lib, pkgs, config, - getchvim, agenix, ... }: let