diff --git a/hosts/nixda/configuration.nix b/hosts/nixda/configuration.nix index 37158df..28334e0 100644 --- a/hosts/nixda/configuration.nix +++ b/hosts/nixda/configuration.nix @@ -24,8 +24,8 @@ hardware.decklink.enable = true; networking.hostName = "nixda"; # Define your hostname. - - environment.systemPackages = with pkgs; [ blackmagicDesktopVideo blender companion ]; +## environment.systemPackages = with pkgs; [ blackmagicDesktopVideo blender companion ]; + environment.systemPackages = with pkgs; [ blackmagicDesktopVideo blender ]; networking.wg-quick.interfaces.cornbox = { privateKeyFile = "/etc/wireguard/cornbox.key"; diff --git a/pkgs/default.nix b/pkgs/default.nix index f6ebdee..f8f9192 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -11,7 +11,7 @@ let newpkgs = { alps = callPackage ./alps {}; - companion = callPackage ./companion {}; +# companion = callPackage ./companion {}; libvips = callPackage ./libvips {}; docker = pkgs.docker.overrideAttrs (super: {